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/query-documents/find.txt
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -97,11 +97,10 @@ Find Example: Full File
97
97
98
98
.. include:: /includes/crud/example-intro.rst
99
99
100
-
The following code is a complete, standalone file that performs the following
101
-
actions:
100
+
This example is a complete, standalone file that performs the following actions:
102
101
103
-
- Calls the ``find()`` method to retrieve multiple documents that have a ``runtime`` value less than 15, applying a projection and sort to the results
104
-
- 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
102
+
- Calls the ``find()`` method to retrieve multiple documents that have a ``runtime`` value less than ``15``, applying a projection and sort to the results
103
+
- 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
105
104
106
105
.. io-code-block::
107
106
@@ -174,7 +173,7 @@ API Documentation
174
173
~~~~~~~~~~~~~~~~~
175
174
176
175
For more information about the methods and classes used to retrieve documents
177
-
on this page, see the following API cocumentation:
176
+
on this page, see the following API documentation:
0 commit comments