Skip to content

Commit 37ffb4c

Browse files
authored
DOCSP-35718 Query Data 'and' Syntax (#590)
1 parent 900401e commit 37ffb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/query/filter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ contains the value ``75``, and the ``name`` is ``Greg Powell``:
151151

152152
.. code-block:: shell
153153

154-
{ scores: 75, name: "Greg Powell" }
154+
{ $and: [ { scores: 75, name: "Greg Powell" } ] }
155155

156156
The query returns the following document:
157157

0 commit comments

Comments
 (0)