Skip to content

Commit

Permalink
Added missing operator in JSON 'IN' query example.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Nov 20, 2014
1 parent 09ea93e commit 9c82476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ attribute. e.g.

.. code-block:: json
{"avus": [{"attribute": "a", "value": ["a", "b", "c"]}]}
{"avus": [{"attribute": "a", "value": ["a", "b", "c"], "operator": "in"}]}
To modify the above query to return results only where the attribute
``x`` has values numerically less than 100, the JSON :term:`AVU` would
Expand Down

0 comments on commit 9c82476

Please sign in to comment.