Skip to content

Commit 1ccf95c

Browse files
committed
fix doc string
1 parent 1f726c7 commit 1ccf95c

File tree

1 file changed

+2
-2
lines changed
  • stac_fastapi/core/stac_fastapi/core

1 file changed

+2
-2
lines changed

stac_fastapi/core/stac_fastapi/core/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ async def all_collections(
238238
Args:
239239
fields (Optional[List[str]]): Fields to include or exclude from the results.
240240
sortby (Optional[str]): Sorting options for the results.
241-
filter_expr (Optional[str]): Structured filter expression in CQL2 JSON format.
242-
filter_lang (Optional[str]): Must be 'cql2-json' if specified, other values will result in an error.
241+
filter_expr (Optional[str]): Structured filter expression in CQL2 JSON or CQL2-text format.
242+
filter_lang (Optional[str]): Must be 'cql2-json' or 'cql2-text' if specified, other values will result in an error.
243243
q (Optional[Union[str, List[str]]]): Free text search terms.
244244
**kwargs: Keyword arguments from the request.
245245

0 commit comments

Comments
 (0)