You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displayedAttributes in GET /index/:uid:/settings and GET /index/:uid:/settings/displayed-attributes routes
facetsDistribution in a search query /indexes/test/search?facetsDistribution=%5B%22color%22%5D
SDK's that used to "sort" the return of MeiliSearch before making the test should remove the sort function.
This impact only SDKs that still have tests that sorts responses from MeiliSearch
HTTP changes in new MeiliSearch release
Feel free to check the boxes if the changes do not apply to the suggested SDK.
Facet Distributions changes
Link: meilisearch/meilisearch#944Routes impacted:
facetsDistribution
in a search query/indexes/test/search?facetsDistribution=%5B%22color%22%5D
This apply only to SDKs that made specific tests on facetDistributions should test if they are not breaking with the new MeiliSearch version.This PR has been reverted
Fields are now sorted with consistency
Link: Sort fields without consistency in lexicographical order meilisearch/meilisearch#943Routes impacted:
displayedAttributes
inGET /index/:uid:/settings
andGET /index/:uid:/settings/displayed-attributes
routesfacetsDistribution
in a search query/indexes/test/search?facetsDistribution=%5B%22color%22%5D
SDK's that used to "sort" the return of MeiliSearch before making the test should remove the sort function.
This impact only SDKs that still have tests that sorts responses from MeiliSearchThis issue is not ready for this version
Remove update health
Link: Refactor /health route meilisearch/meilisearch#940The update health route should be removed from every SDKThis issue is not ready for this version
Dumps (old name: Backups)
link: Dump Meilisearch DataBase triggering an HTTP route meilisearch/meilisearch#840 & dump meilisearch/meilisearch#887
cf #44
Lazely create an index
// Will be discussed in another issueThis issue is not ready for this version
Empty string returns placeholer search
link: Considere an empty query search as a placeholder search meilisearch/meilisearch#916
For SDKs that tested an empty string as a query to verify that MeiliSearch returns an empty string, tests must be changed.
SDKs:
The text was updated successfully, but these errors were encountered: