Skip to content

Commit 484e639

Browse files
author
Bob Grabar
committed
indexing: minor edit
1 parent 146d948 commit 484e639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/applications/indexes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ create a sorted index on that field.
152152

153153
To sort query results on multiple fields, create a :ref:`compound index
154154
<index-type-compound>`. MongoDB sorts results based on the field order
155-
in the index. Ensure that any index constraints on index fields that are
156-
before the first sort field are equalities.
155+
in the index. Ensure that any index fields before the first sort field
156+
are equalities.
157157

158158
.. example::
159159

0 commit comments

Comments
 (0)