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 5073ebe commit cb868e2Copy full SHA for cb868e2
source/reference/operator/query/or.txt
@@ -13,7 +13,7 @@ $or
13
.. query:: $or
14
15
The :query:`$or` operator performs a logical ``OR`` operation on an
16
- array of *two or more* ``<expressions>`` and selects the documents
+ array of *one or more* ``<expressions>`` and selects the documents
17
that satisfy *at least* one of the ``<expressions>``. The
18
:query:`$or` has the following syntax:
19
0 commit comments