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 0497cce commit a128c15Copy full SHA for a128c15
README.md
@@ -785,13 +785,13 @@ filter=prop1 = prop2
785
786
This uses the same queryables as Example 4.
787
788
-The only temporal operator required is `ANYINTERACTS`. This is effectively that the datetime or interval operands
+The only temporal operator required is `T_INTERSECTS`. This is effectively that the datetime or interval operands
789
have any overlap between them.
790
791
#### Example 6: T_INTERSECTS cql2-text (GET)
792
793
```
794
-filter=datetime T_INTERSECTS INTERVAL('2020-11-11T00:00:00Z', '2020-11-12T00:00:00Z')
+filter=T_INTERSECTS(datetime, INTERVAL('2020-11-11T00:00:00Z', '2020-11-12T00:00:00Z'))
795
796
797
#### Example 6: T_INTERSECTS cql2-json (POST)
0 commit comments