Skip to content

Commit 4cb513d

Browse files
author
Chris Cho
authored
DOCSP-9536: remove server doc link from sort page (#79)
1 parent 9a4fed7 commit 4cb513d

File tree

1 file changed

+2
-3
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ documents. ``Sort`` tells MongoDB to order returned documents by the
99
values of one or more fields in a certain direction. To sort returned
1010
documents 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

1615
Follow the instructions in the examples below to insert data into
1716
a collection and perform a sort on the results of a query.

0 commit comments

Comments
 (0)