File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -418,6 +418,11 @@ information.
418418
419419 :limit:`Nested Depth for BSON Documents`
420420
421+ Index Display
422+ ~~~~~~~~~~~~~
423+
424+ .. include:: /includes/indexes/fact-wildcard-index-ordering.rst
425+
421426Restrictions
422427------------
423428
Original file line number Diff line number Diff line change 1+ Starting in MongoDB 5.0.16, the ``wildcardProjection ``
2+ field stores the index projection in its submitted form. Earlier
3+ versions of the server may have stored the projection in a normalized
4+ form.
5+
6+ The server uses the index the same way, but you may notice a difference
7+ in the output of the :dbcommand: `listIndexes ` and
8+ :method: `db.collection.getIndexes() ` commands.
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Behavior
7575--------
7676
7777.. |operation| replace:: :dbcommand:`listIndexes`
78+ .. |operations| replace:: :dbcommand:`listIndexes`
7879
7980Client Disconnection
8081~~~~~~~~~~~~~~~~~~~~~
@@ -86,7 +87,10 @@ Replica Set Member State Restriction
8687
8788.. include:: /includes/extracts/4.4-changes-repl-state-restrictions-operation.rst
8889
89- .. |operations| replace:: :dbcommand:`listIndexes`
90+ Wildcard Indexes
91+ ~~~~~~~~~~~~~~~~
92+
93+ .. include:: /includes/indexes/fact-wildcard-index-ordering.rst
9094
9195Output
9296------
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Behavior
3838--------
3939
4040.. |operation| replace:: :method:`db.collection.getIndexes()`
41+ .. |operations| replace:: :dbcommand:`listIndexes`
4142
4243Client Disconnection
4344~~~~~~~~~~~~~~~~~~~~~
@@ -49,7 +50,10 @@ Replica Set Member State Restriction
4950
5051.. include:: /includes/extracts/4.4-changes-repl-state-restrictions-operation.rst
5152
52- .. |operations| replace:: :dbcommand:`listIndexes`
53+ Wildcard Indexes
54+ ~~~~~~~~~~~~~~~~
55+
56+ .. include:: /includes/indexes/fact-wildcard-index-ordering.rst
5357
5458Required Access
5559---------------
You can’t perform that action at this time.
0 commit comments