Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions source/reference/operator/query/and.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ This query will select all documents where:
- the ``sale`` field value is equal to ``true`` **or** the ``qty``
field value is less than ``20``.

This query cannot be constructed using an implicit ``AND`` operation,
because it uses the :query:`$or` operator more than once.

.. seealso::

:method:`~db.collection.find()`, :method:`~db.collection.update()`,
Expand Down