File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
elasticsearch/stac_fastapi/elasticsearch
opensearch/stac_fastapi/opensearch Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6060filter_extension .conformance_classes .append (
6161 FilterConformanceClasses .ADVANCED_COMPARISON_OPERATORS
6262)
63+
64+ # Adding collection search extension for compatibility with stac-auth-proxy
65+ # (https://github.com/developmentseed/stac-auth-proxy)
66+ # The extension is not fully implemented yet but is required for collection filtering support
6367collection_search_extension = CollectionSearchExtension ()
6468collection_search_extension .conformance_classes .append (
6569 "https://api.stacspec.org/v1.0.0-rc.1/collection-search#filter"
Original file line number Diff line number Diff line change 6060filter_extension .conformance_classes .append (
6161 FilterConformanceClasses .ADVANCED_COMPARISON_OPERATORS
6262)
63+
64+ # Adding collection search extension for compatibility with stac-auth-proxy
65+ # (https://github.com/developmentseed/stac-auth-proxy)
66+ # The extension is not fully implemented yet but is required for collection filtering support
6367collection_search_extension = CollectionSearchExtension ()
6468collection_search_extension .conformance_classes .append (
6569 "https://api.stacspec.org/v1.0.0-rc.1/collection-search#filter"
You can’t perform that action at this time.
0 commit comments