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 9c2ab7d commit bb663aeCopy full SHA for bb663ae
stac_fastapi/extensions/stac_fastapi/extensions/core/filter/request.py
@@ -21,7 +21,7 @@ class FilterExtensionGetRequest(APIRequest):
21
Query(
22
alias="filter",
23
description="""A CQL2 filter expression for filtering items.\n
24
-Supports `CQL2-JSON` as defined in https://portal.ogc.org/files/96288\n
+Supports `CQL2-JSON` as defined in https://docs.ogc.org/is/21-065r2/21-065r2.htmln
25
Remember to URL encode the CQL2-JSON if using GET""",
26
openapi_examples={
27
"user-provided": {"value": None},
0 commit comments