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

Support pagination setttings #121

Closed
junghoon-vans opened this issue Jun 6, 2024 · 0 comments · Fixed by #122
Closed

Support pagination setttings #121

junghoon-vans opened this issue Jun 6, 2024 · 0 comments · Fixed by #122
Assignees
Labels
type: enhancement A general enhancement

Comments

@junghoon-vans
Copy link
Owner

junghoon-vans commented Jun 6, 2024

Description

Meilisearch's default settings limit the number of searchable results to 1,000.

Solution

We provide additional configuration methods to modify these settings.

@Settings(
    sortAttributes = { ... },
    pagination = @Pagination(maxTotalHits = 10) // it will configure limitation of paging to 10.
)

Alternatives

No response

Additional Context

No response

@junghoon-vans junghoon-vans added type: enhancement A general enhancement status: waiting-for-triage An issue we've not yet triaged and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 6, 2024
@junghoon-vans junghoon-vans self-assigned this Jun 6, 2024
@junghoon-vans junghoon-vans changed the title Support paging setttings Support pagination setttings Jun 6, 2024
junghoon-vans added a commit that referenced this issue Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant