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: 1 addition & 2 deletions source/reference/operator/query/in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ $in
{ field: { $in: [<value1>, <value2>, ... <valueN> ] } }

If the ``field`` holds an array, then the :query:`$in` operator
selects the documents whose ``field`` holds an array that contains
at least one element that matches a value in the specified array
selects the documents whose ``field`` has at least one element that matches the value in the specified array
(e.g. ``<value1>``, ``<value2>``, etc.)

.. versionchanged:: 2.6
Expand Down