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
Search queries include per_page: 1000. Sometimes there are more than 1000 results, in which case we trip if data.size >= 1000.
per_page: 1000
if data.size >= 1000
Make the 1000 value configurable.
Dynamically adjust the value.
Was hitting this limit querying orgs larger than opensearch-project.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
Search queries include
per_page: 1000
. Sometimes there are more than 1000 results, in which case we tripif data.size >= 1000
.What solution would you like?
Make the 1000 value configurable.
What alternatives have you considered?
Dynamically adjust the value.
Do you have any additional context?
Was hitting this limit querying orgs larger than opensearch-project.
The text was updated successfully, but these errors were encountered: