File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
source/fundamentals/crud/read-operations Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ documents. ``Sort`` tells MongoDB to order returned documents by the
9
9
values of one or more fields in a certain direction. To sort returned
10
10
documents by a field in ascending (lowest first) order, use a value of
11
11
``1``. To sort in descending (greatest first) order instead, use ``-1``.
12
- If you do not specify a sort, the order of documents returned is
13
- :manual:`not guaranteed
14
- </reference/method/cursor.sort/#result-ordering>`.
12
+ If you do not specify a sort, MongoDB does not guarantee the order of
13
+ query results.
15
14
16
15
Follow the instructions in the examples below to insert data into
17
16
a collection and perform a sort on the results of a query.
You can’t perform that action at this time.
0 commit comments