Games-of-Switzerland / swissgamesgarden

👾 🇨🇭 Games of Switzerland - React Frontend Application
https://swissgames.garden
GNU General Public License v2.0
14 stars 1 forks source link

Upgrade to Elasticsearch 8 - Games-of-Switzerland/swissgamesgarden#143 #144

Closed WengerK closed 8 months ago

WengerK commented 8 months ago

💬 Describe the pull request

Follow-up Upgrade frontend of to Elasticsearch 8

🗃️ Issues

This pull request is related to :

💣 Breaking Changes

elasticsearch response hits.total become hits.total.value

{
    "hits": {
-       "total": 10
+       "total": {
+           "value": 10,
+           "relation": "eq"
        },
    }
}