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

Add a max-page-size config option and paging for search results #1485

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

eikek
Copy link
Owner

@eikek eikek commented Sep 16, 2024

Adds a max-page-size option to configure the maximum size when returning lists from the api. For the search endpoint, enable paging parameters page and pageSize. The pageSize will be capped to the max-page-size config value.

Refs: #1294

Adds a `max-page-size` option to configure the maximum size when
returning lists from the api. For the search endpoint, enable paging
parameters `page` and `pageSize`. The `pageSize` will be capped to the
`max-page-size` config value.

Refs: #1294
@eikek eikek merged commit 4b7701a into master Sep 16, 2024
5 checks passed
@eikek eikek deleted the paging-results branch September 16, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant