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
offset>0
limit > number_matched
In
pgstac/src/pgstac/sql/004a_collectionsearch.sql
Line 106 in 6da165b
we check if we have needs for previous/next links. I believe there is a case that is missing (ref: https://github.com/stac-utils/stac-fastapi-pgstac/pull/155/files#r1910644543) when you can have less than limit number of collection (e.g n_collections=4 and limit=10) but user may have provided offset=.
limit
offset=
Anytime there is an offset>0 I feel we should have a previous link
previous
cc @bitner
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
pgstac/src/pgstac/sql/004a_collectionsearch.sql
Line 106 in 6da165b
we check if we have needs for previous/next links. I believe there is a case that is missing (ref: https://github.com/stac-utils/stac-fastapi-pgstac/pull/155/files#r1910644543) when you can have less than
limit
number of collection (e.g n_collections=4 and limit=10) but user may have providedoffset=
.Anytime there is an
offset>0
I feel we should have aprevious
linkcc @bitner
The text was updated successfully, but these errors were encountered: