We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dfa21 commit db0e448Copy full SHA for db0e448
stac_fastapi/core/stac_fastapi/core/core.py
@@ -395,8 +395,7 @@ async def get_search(
395
HTTPException: If any error occurs while searching the catalog.
396
"""
397
limit = int(request.query_params.get("limit", os.getenv("STAC_ITEM_LIMIT", 10)))
398
- # # Support pagination when called from item_collection by reading token from the query string
399
- # token_val = token or request.query_params.get("token")
+
400
base_args = {
401
"collections": collections,
402
"ids": ids,
0 commit comments