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

GET Search with ids and non-intersecting bbox returned results, indicating the ids parameter is overriding the bbox parameter. #324

Closed
philvarner opened this issue Sep 30, 2022 · 1 comment

Comments

@philvarner
Copy link

Describe the bug

GET Search with ids and non-intersecting bbox returned results, indicating the ids parameter is overriding the bbox parameter. All parameters are applied equally since STAC API 1.0.0-beta.1

https://tamn.snapplanet.io/search?ids=7a1eb3b9-10bb-57d7-bc83-697bc87490b0&bbox=0,0,1,1 should not return any results because the footprint of this ID does not intersect the bbox, but the item is returned anyway. Searching with just bbox=0,0,1,1 returns no results, which indicates the pre-1.0.0-beta.1 behavior of an ids parameter overriding all other parameters is still being used.

jjrom added a commit that referenced this issue Oct 3, 2022
@jjrom
Copy link
Owner

jjrom commented Oct 3, 2022

@philvarner Thanks !

@jjrom jjrom closed this as completed Oct 3, 2022
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

2 participants