We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146d948 commit 484e639Copy full SHA for 484e639
source/applications/indexes.txt
@@ -152,8 +152,8 @@ create a sorted index on that field.
152
153
To sort query results on multiple fields, create a :ref:`compound index
154
<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.
+in the index. Ensure that any index fields before the first sort field
+are equalities.
157
158
.. example::
159
0 commit comments