Skip to content

Commit b8920f6

Browse files
author
Dave Cuthbert
authored
DOCS-15829 BACKPORT (#2573)
1 parent 157a0f3 commit b8920f6

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

source/core/index-wildcard.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,11 @@ information.
383383

384384
:limit:`Nested Depth for BSON Documents`
385385

386+
Index Display
387+
~~~~~~~~~~~~~
388+
389+
.. include:: /includes/indexes/fact-wildcard-index-ordering.rst
390+
386391
Restrictions
387392
------------
388393

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Starting in MongoDB 6.3, 6.0.5, and 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.

source/reference/command/listIndexes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Behavior
7575
--------
7676

7777
.. |operation| replace:: :dbcommand:`listIndexes`
78+
.. |operations| replace:: :dbcommand:`listIndexes`
7879

7980
Client 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

9195
Output
9296
------

source/reference/method/db.collection.getIndexes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Behavior
3838
--------
3939

4040
.. |operation| replace:: :method:`db.collection.getIndexes()`
41+
.. |operations| replace:: :dbcommand:`listIndexes`
4142

4243
Client 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

5458
Required Access
5559
---------------

0 commit comments

Comments
 (0)