File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stac_fastapi/core/stac_fastapi/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments