Closed WengerK closed 8 months ago
Follow-up Upgrade frontend of to Elasticsearch 8
This pull request is related to :
elasticsearch response hits.total become hits.total.value
{ "hits": { - "total": 10 + "total": { + "value": 10, + "relation": "eq" }, } }
💬 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