From 9557b7c60e793dcce0f12814028379efab25e7c3 Mon Sep 17 00:00:00 2001 From: Tom Christian Date: Thu, 19 Jun 2025 11:51:51 -0700 Subject: [PATCH] fix(#165): added property --- src/stac_fastapi/indexed/search/search_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stac_fastapi/indexed/search/search_handler.py b/src/stac_fastapi/indexed/search/search_handler.py index 6cad314..6fa50c0 100644 --- a/src/stac_fastapi/indexed/search/search_handler.py +++ b/src/stac_fastapi/indexed/search/search_handler.py @@ -147,6 +147,7 @@ async def search(self) -> ItemCollection: ) ) return ItemCollection( + type="FeatureCollection", features=items, links=links, )