Skip to content
New issue

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

Clarify facet distribution behavior when using exhaustive pagination #2726

Open
ManyTheFish opened this issue Feb 22, 2024 · 0 comments
Open
Labels
fix/improvement good first issue Issues that are easy or quick to fix

Comments

@ManyTheFish
Copy link
Member

The exhaustive pagination documentation, precise that totalHits and totalPages are exhaustive:

If you set page to 0, Meilisearch processes your request, but does not return any documents. In this case, the response body will include the exhaustive values for totalPages and totalHits.

But this exhaustivity is true for the facetDistribution too.
We may add a precision about the facetDistribution behavior when using page and/or hitPerPage

See you!

@guimachiavelli guimachiavelli changed the title Precise the facet distribution behavior when using exhaustive pagination Clarify facet distribution behavior when using exhaustive pagination Mar 18, 2024
@guimachiavelli guimachiavelli added fix/improvement good first issue Issues that are easy or quick to fix labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix/improvement good first issue Issues that are easy or quick to fix
Projects
None yet
Development

No branches or pull requests

2 participants