We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4be59c commit 24670f4Copy full SHA for 24670f4
source/reference/operator/in.txt
@@ -18,7 +18,7 @@ $in
18
19
db.inventory.find( { qty: { $in: [ 5, 15 ] } } )
20
21
- This query will attempt to select all documents in the ``inventory``
+ This query selects all documents in the ``inventory``
22
collection where the ``qty`` field value is either ``5`` or
23
``15``. Although you can express this query using the
24
:operator:`$or` operator, choose the :operator:`$in` operator rather
0 commit comments