Skip to content

Commit a128c15

Browse files
committed
fix formatting for cql2-text examples, fix anyinteracts reference to t_intersects, fix cql2-text example of t_intersects
1 parent 0497cce commit a128c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,13 +785,13 @@ filter=prop1 = prop2
785785

786786
This uses the same queryables as Example 4.
787787

788-
The only temporal operator required is `ANYINTERACTS`. This is effectively that the datetime or interval operands
788+
The only temporal operator required is `T_INTERSECTS`. This is effectively that the datetime or interval operands
789789
have any overlap between them.
790790

791791
#### Example 6: T_INTERSECTS cql2-text (GET)
792792

793793
```
794-
filter=datetime T_INTERSECTS INTERVAL('2020-11-11T00:00:00Z', '2020-11-12T00:00:00Z')
794+
filter=T_INTERSECTS(datetime, INTERVAL('2020-11-11T00:00:00Z', '2020-11-12T00:00:00Z'))
795795
```
796796

797797
#### Example 6: T_INTERSECTS cql2-json (POST)

0 commit comments

Comments
 (0)