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.
11
11
12
12
### Changed
13
13
14
+ - Removed database logic from core.py all_collections [ #196 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/196 )
15
+
14
16
### Fixed
15
17
16
18
## [ v2.0.0]
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ async def get_all_collections(
314
314
self , token : Optional [str ], limit : int
315
315
) -> Tuple [List [Dict [str , Any ]], Optional [str ]]:
316
316
"""
317
- Retrieve a list of all collections from Elasticsearch , supporting pagination.
317
+ Retrieve a list of all collections from Opensearch , supporting pagination.
318
318
319
319
Args:
320
320
token (Optional[str]): The pagination token.
You can’t perform that action at this time.
0 commit comments