File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- NOTE: This library is modified to support the `Document API in Python <https://github.com/aerospike/document-lib-python >`__ .
1+ NOTE: This library is modified to support the `Document API in Python <https://github.com/aerospike/document-lib-python >`_ .
22
33Python JSONPath Next-Generation |Build Status | |PyPI |
44=====================================================
@@ -206,10 +206,10 @@ Extensions
206206| | - $.objects[\\ some_field,/other_field] |
207207+--------------+----------------------------------------------+
208208| filter | - $.objects[?(@some_field > 5)] |
209- | | - $.objects[?some_field = "foobar")] |
210- | | - $.objects[?some_field > 5 & other < 2)] and|
211- | | - $.objects[?some_field>5 |some_field<2) ] or |
212- | | - $.objects[?(!(field>5 | field<2))] not|
209+ | | - $.objects[?some_field = "foobar"] |
210+ | | - $.objects[?some_field > 5 & other < 2] and|
211+ | | - $.objects[?some_field>5 \ | some_field<2] or |
212+ | | - $.objects[?(!(field>5 \ | field<2))] not|
213213| | - $.objects[
[email protected] ~= "a.+a"] regex
| 214214+--------------+----------------------------------------------+
215215| arithmetic | - $.foo + "_" + $.bar |
You can’t perform that action at this time.
0 commit comments