-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: server mode collections search #909
Conversation
Code Coverage (Ubuntu)
Minimum allowed coverage is Generated by 🐒 cobertura-action against c056162 |
Code Coverage (Windows)
Minimum allowed coverage is Generated by 🐒 cobertura-action against c056162 |
@dalpasso the following STAC extension should be added to the server conformance classes: https://api.stacspec.org/v1.0.0-rc.1/collection-search#free-text |
3171d91
to
73ee524
Compare
Feature reimplemented in |
73ee524
to
f6ae81b
Compare
@dalpasso the new parameter is missing from the OpenAPI definition. It should be added at https://github.com/CS-SI/eodag/blob/852-server-mode-collections-search/eodag/resources/stac_api.yml#L165 You can check how it is done for /search: https://github.com/CS-SI/eodag/blob/852-server-mode-collections-search/eodag/resources/stac_api.yml#L305 |
8297df8
to
89dacda
Compare
c056162
to
6e9e38f
Compare
Code Coverage (Ubuntu)
Diff against develop
Results for commit: 55a9a62 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)
Diff against develop
Results for commit: 55a9a62 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
787bfc6
to
9ecb183
Compare
9ecb183
to
241127f
Compare
88e0ec5
to
55a9a62
Compare
Implements server-mode free text search of collections https://github.com/stac-api-extensions/collection-search#free-text-search.
Uses updated guess_product_type method that now accepts
free_text_filter
andintersect
parameters.See updated examples on how to guess a product type.