Skip to content

Commit 89fb57d

Browse files
committed
ues orjson
1 parent a8fb0ef commit 89fb57d

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/elasticsearch/stac_fastapi/elasticsearch

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ async def get_search(
335335
base_args["datetime"] = datetime
336336

337337
if intersects:
338-
base_args["intersects"] = json.loads(unquote_plus(intersects))
338+
base_args["intersects"] = orjson.loads(unquote_plus(intersects))
339339

340340
if sortby:
341341
sort_param = []

0 commit comments

Comments
 (0)