File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
stac_fastapi/opensearch/stac_fastapi/opensearch Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
1212### Changed
1313
14+ - Removed database logic from core.py all_collections [ #196 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/196 )
15+
1416### Fixed
1517
1618## [ v2.0.0]
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ async def get_all_collections(
314314 self , token : Optional [str ], limit : int
315315 ) -> Tuple [List [Dict [str , Any ]], Optional [str ]]:
316316 """
317- Retrieve a list of all collections from Elasticsearch , supporting pagination.
317+ Retrieve a list of all collections from Opensearch , supporting pagination.
318318
319319 Args:
320320 token (Optional[str]): The pagination token.
You can’t perform that action at this time.
0 commit comments