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 43065f2 commit e08423eCopy full SHA for e08423e
source/reference/operator/projection/positional.txt
@@ -17,9 +17,9 @@ Definition
17
18
19
The positional :projection:`$` operator limits the contents of an
20
- ``<array>`` from the query results to contain only the **first** element
21
- matching the query document. To specify an array element to update, see the
22
- :doc:`positional $ operator for updates
+ ``<array>`` to return the first element that matches the query
+ condition on the array. To specify an array element to update, see
+ the :doc:`positional $ operator for updates
23
</reference/operator/update/positional>`.
24
25
Use :projection:`$` in the :term:`projection` document of the
0 commit comments