File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
stac_fastapi/pgstac/stac_fastapi/pgstac/types Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,14 @@ class PgstacSearch(Search):
9191
9292 # Make collections optional, default to searching all collections if none are provided
9393 collections : Optional [List [str ]] = None
94+ conf : Optional [Dict ]
9495 ids : Optional [List [str ]] = None
9596 # Override default field extension to include default fields and pydantic includes/excludes factory
9697 fields : FieldsExtension = Field (FieldsExtension ())
9798 # Override query extension with supported operators
9899 query : Optional [Dict [str , Dict [Operator , Any ]]]
99100 filter : Optional [Dict ]
101+ filter_lang : Optional [str ] = Field (alias = "filter-lang" )
100102 token : Optional [str ] = None
101103 datetime : Optional [str ] = None
102104 sortby : Any
You can’t perform that action at this time.
0 commit comments