We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/search
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.28 renames a lot of properties and parameters for the /search endpoints:
matches
showMatchesPosition
facetsDistribution
facets
_matchesInfo
_matchesPosition
nbHits
estimatedTotalHits
facetDistribution
exhaustiveNbHits
exhaustiveFacetsCount
Spec: meilisearch/specifications#135 Issue on core: meilisearch/meilisearch#2376 SME: @gmourier
The text was updated successfully, but these errors were encountered:
Merge #1707
00cb6df
1707: v0.28 r=guimachiavelli a=guimachiavelli This is a staging PR for all changes related to Meilisearch v0.28. Please avoid making changes directly to this PR; instead, create new child branches based off this one. Closes #1687, #1688, #1691, #1692, #1693, #1694, #1699, #1700, #1701, #1702, #1703, #1704, #1706, #1722, #1727, #561 Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Tommy Melvin <[email protected]> Co-authored-by: Maryam Sulemani <[email protected]> Co-authored-by: Maryam <[email protected]>
4a53358
maryamsulemani97
Successfully merging a pull request may close this issue.
v0.28 renames a lot of properties and parameters for the
/search
endpoints:Request changes
matches
request parameter toshowMatchesPosition
facetsDistribution
request parameter tofacets
Response changes
_matchesInfo
response parameter to_matchesPosition
nbHits
response parameter toestimatedTotalHits
facetsDistribution
response parameter tofacetDistribution
exhaustiveNbHits
exhaustiveFacetsCount
References
Spec: meilisearch/specifications#135
Issue on core: meilisearch/meilisearch#2376
SME: @gmourier
The text was updated successfully, but these errors were encountered: