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

evolution of OData API maximum results #85

Open
agrouaze opened this issue Oct 31, 2024 · 0 comments
Open

evolution of OData API maximum results #85

agrouaze opened this issue Oct 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@agrouaze
Copy link
Member

Starting from 12 November 2024, the number of skipped results will be limited to 10 000 items. Currently, there is no limit on the number of skipped items.
This limit will affect the following parameters in each Catalogue API interface:
OData interface: maximum value for the skip parameter will be set to 10 000
OpenSearch interface: maximum value for '(page - 1) * maxRecords + index - 1' will be set to 10 000, where by deafult maxRecords = 20, page = 1 and index = 1; maximum value for 'index' will be set to 10001
STAC interface: maximum value for '(page - 1) * limit' will be set to 10 000, where by deafult page = 1 and limit = 20
Please find below a list of parameters for each Catalogue API that will be affected by the change as well as the response which will be returned when the limit is exceeded.

@agrouaze agrouaze added the enhancement New feature or request label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant