You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/crud/read-operations/retrieve.txt
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,10 @@ Find Example: Full File
99
99
100
100
.. include:: /includes/crud/example-intro.rst
101
101
102
-
The following code is a complete, standalone file that performs the following
103
-
actions:
102
+
This example is a complete, standalone file that performs the following actions:
104
103
105
-
- Calls the ``find()`` method to retrieve multiple documents that have a ``runtime`` value less than 15, applying a projection and sort to the results
106
-
- Calls the ``find()`` and ``first()`` method to retrieve a document that has a ``title`` value of ``"The Room"``, applying a projection and sort before returning the first match
104
+
- Calls the ``find()`` method to retrieve multiple documents that have a ``runtime`` value less than ``15``, applying a projection and sort to the results
105
+
- Calls the ``find()`` and ``first()`` methods to retrieve a document that has a ``title`` value of ``"The Room"``, applying a projection and sort before returning the first match
107
106
108
107
.. io-code-block::
109
108
@@ -176,7 +175,7 @@ API Documentation
176
175
~~~~~~~~~~~~~~~~~
177
176
178
177
For more information about the methods and classes used to retrieve documents
179
-
on this page, see the following API cocumentation:
178
+
on this page, see the following API documentation:
0 commit comments