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

Back-end query results limited to 10,000 entries #190

Open
Zoubeyer opened this issue Jul 24, 2023 · 0 comments
Open

Back-end query results limited to 10,000 entries #190

Zoubeyer opened this issue Jul 24, 2023 · 0 comments

Comments

@Zoubeyer
Copy link

Hello everyone,

There seems to be a limit of 10,000 query results in the back-end.

Maybe it's an unique case because few tournament reach 10.000+ attendees but for the Evo2023 tournament with 11058 attendees, it's impossible to reach the end of a ParticipantPaginationQuery.

Here is an illustration :

image
image
As you can see, There is 443 pages and I can paginate to page 400.

When I want page 401, i get :
image
no more results and no more page.

You can also test it directly on start.gg in the Evo2023 tournament's page.
In the attendees list : https://www.start.gg/tournament/evo-2023/attendees
you have results till page 400 : https://www.start.gg/tournament/evo-2023/attendees?page=400
but impossible to go any further : https://www.start.gg/tournament/evo-2023/attendees?page=400

This may be normal behavior, but I haven't seen any such limitation in the documentation.

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

No branches or pull requests

1 participant