Skip to content

Commit 36357c3

Browse files
committed
fix
1 parent cdceee9 commit 36357c3

File tree

1 file changed

+2
-0
lines changed
  • stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/aggregation

1 file changed

+2
-0
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/aggregation/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ async def aggregate(
316316
search, datetime_search = self.database.apply_datetime_filter(
317317
search=search, datetime=aggregate_request.datetime
318318
)
319+
else:
320+
datetime_search = {"gte": None, "lte": None}
319321

320322
if aggregate_request.bbox:
321323
bbox = aggregate_request.bbox

0 commit comments

Comments
 (0)