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

Limit and adjust default pagination params #25

Open
samuel-rufi opened this issue Jan 24, 2025 · 0 comments
Open

Limit and adjust default pagination params #25

samuel-rufi opened this issue Jan 24, 2025 · 0 comments
Labels

Comments

@samuel-rufi
Copy link
Member

samuel-rufi commented Jan 24, 2025

Description

Currently, we don't have a limit for the page_size param in place.
Furthermore, it shouldn't be possible to pass 0 as pagination param as of a wrong offset calculation.

The default value “page_size” should be set to “50” instead of “10”, as “10” seems to be too few results. As we also use “50” in other queries, we should set the default value to this value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant