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
99values of one or more fields in a certain direction. To sort returned
1010documents by a field in ascending (lowest first) order, use a value of
1111``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.
1514
1615Follow the instructions in the examples below to insert data into
1716a collection and perform a sort on the results of a query.
You can’t perform that action at this time.
0 commit comments