Skip to content

Commit 1f2700d

Browse files
authored
Merge pull request #212 from stac-utils/fix_os_get_collections
get_all_collections index fix
2 parents d3c9138 + 7e8fd33 commit 1f2700d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/opensearch/stac_fastapi/opensearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ async def get_all_collections(
359359
search_body["search_after"] = search_after
360360

361361
response = await self.client.search(
362-
index="collections",
362+
index=COLLECTIONS_INDEX,
363363
body=search_body,
364364
)
365365

0 commit comments

Comments
 (0)