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.
418
418
419
419
:limit:`Nested Depth for BSON Documents`
420
420
421
+ Index Display
422
+ ~~~~~~~~~~~~~
423
+
424
+ .. include:: /includes/indexes/fact-wildcard-index-ordering.rst
425
+
421
426
Restrictions
422
427
------------
423
428
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
75
75
--------
76
76
77
77
.. |operation| replace:: :dbcommand:`listIndexes`
78
+ .. |operations| replace:: :dbcommand:`listIndexes`
78
79
79
80
Client Disconnection
80
81
~~~~~~~~~~~~~~~~~~~~~
@@ -86,7 +87,10 @@ Replica Set Member State Restriction
86
87
87
88
.. include:: /includes/extracts/4.4-changes-repl-state-restrictions-operation.rst
88
89
89
- .. |operations| replace:: :dbcommand:`listIndexes`
90
+ Wildcard Indexes
91
+ ~~~~~~~~~~~~~~~~
92
+
93
+ .. include:: /includes/indexes/fact-wildcard-index-ordering.rst
90
94
91
95
Output
92
96
------
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Behavior
38
38
--------
39
39
40
40
.. |operation| replace:: :method:`db.collection.getIndexes()`
41
+ .. |operations| replace:: :dbcommand:`listIndexes`
41
42
42
43
Client Disconnection
43
44
~~~~~~~~~~~~~~~~~~~~~
@@ -49,7 +50,10 @@ Replica Set Member State Restriction
49
50
50
51
.. include:: /includes/extracts/4.4-changes-repl-state-restrictions-operation.rst
51
52
52
- .. |operations| replace:: :dbcommand:`listIndexes`
53
+ Wildcard Indexes
54
+ ~~~~~~~~~~~~~~~~
55
+
56
+ .. include:: /includes/indexes/fact-wildcard-index-ordering.rst
53
57
54
58
Required Access
55
59
---------------
You can’t perform that action at this time.
0 commit comments