Skip to content

Commit 4ee3fb6

Browse files
author
dlacher
committed
updated README
1 parent 93649af commit 4ee3fb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ Extensions
203203
+--------------+----------------------------------------------+
204204
| filter | - $.objects[?(@some_field > 5)] |
205205
| | - $.objects[?some_field = "foobar")] |
206-
| | - $.objects[?some_field > 5 & other < 2)] |
206+
| | - $.objects[?some_field > 5 & other < 2)] and|
207+
| | - $.objects[?some_field>5 |some_field<2)] or |
208+
| | - $.objects[?(!(field>5 | field<2))] not|
207209
+--------------+----------------------------------------------+
208210
| arithmetic | - $.foo + "_" + $.bar |
209211
| (-+*/) | - $.foo * 12 |

0 commit comments

Comments
 (0)