Skip to content

Commit c8edf52

Browse files
Update documentation
1 parent 95d2f27 commit c8edf52

File tree

1 file changed

+3
-0
lines changed
  • stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/extensions

1 file changed

+3
-0
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/extensions/filter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Basic CQL2 (AND, OR, NOT), comparison operators (=, <>, <, <=, >, >=), and IS NULL.
55
The comparison operators are allowed against string, numeric, boolean, date, and datetime types.
66
7+
Advanced CQL2 LIKE comparison operator (http://www.opengis.net/spec/cql2/1.0/req/advanced-comparison-operators).
8+
The LIKE comparison operator is allowed against string types.
9+
710
Basic Spatial Operators (http://www.opengis.net/spec/cql2/1.0/conf/basic-spatial-operators)
811
defines the intersects operator (S_INTERSECTS).
912
"""

0 commit comments

Comments
 (0)