We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Meilisearch's default settings limit the number of searchable results to 1,000.
We provide additional configuration methods to modify these settings.
@Settings( sortAttributes = { ... }, pagination = @Pagination(maxTotalHits = 10) // it will configure limitation of paging to 10. )
No response
The text was updated successfully, but these errors were encountered:
Add support for pagination setting.
f4484f6
Closes #121
junghoon-vans
Successfully merging a pull request may close this issue.
Description
Meilisearch's default settings limit the number of searchable results to 1,000.
Solution
We provide additional configuration methods to modify these settings.
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: