Skip to content

Commit ecac008

Browse files
DOCSP-17946 find method definition (#153)
* updated find method definition
1 parent e821089 commit ecac008

File tree

1 file changed

+4
-7
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+4
-7
lines changed

source/fundamentals/crud/read-operations/cursor.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ data from a `FindIterable
3131
other iterables such as an `AggregateIterable
3232
<{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/AggregateIterable.html>`__.
3333

34-
The ``find()`` method iterates through all the documents in your
35-
collection to find documents that match your query and returns an
36-
instance of a ``FindIterable``.
37-
38-
A ``FindIterable`` consists of documents matched by your search criteria
39-
and allows you to further specify which documents to see by setting
40-
parameters through methods.
34+
The ``find()`` method creates and returns an instance of a
35+
``FindIterable``. A ``FindIterable`` allows you to browse the documents
36+
matched by your search criteria and to further specify which documents
37+
to see by setting parameters through methods.
4138

4239
Terminal Methods
4340
----------------

0 commit comments

Comments
 (0)