File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ content: |-
231
231
- | :method:`db.createCollection()`
232
232
| :method:`db.createView()`
233
233
234
- * - :dbcommand:`createIndexes`
235
- - :method:`db.collection.createIndex()`
234
+ * - :dbcommand:`createIndexes` [#index-restriction]_
235
+ - :method:`db.collection.createIndex()` [#index-restriction]_
236
236
237
237
* - :dbcommand:`aggregate`
238
238
- :method:`db.collection.aggregate()`
Original file line number Diff line number Diff line change @@ -45,6 +45,11 @@ You can specify collation for the following operations:
45
45
46
46
.. include:: /includes/extracts/collation-operations-table.rst
47
47
48
+ .. [#index-restriction]
49
+
50
+ Some index types do not support collation. See
51
+ :ref:`collation-unsupported-index-types` for details.
52
+
48
53
Behavior
49
54
--------
50
55
@@ -63,11 +68,24 @@ Collation and Views
63
68
64
69
.. include:: /includes/extracts/views-collation-behavior.rst
65
70
71
+ .. _collation-index-use:
72
+
73
+
66
74
Collation and Index Use
67
75
~~~~~~~~~~~~~~~~~~~~~~~
68
76
69
77
.. include:: /includes/extracts/collation-index-use.rst
70
78
79
+ .. _collation-unsupported-index-types:
80
+
81
+ Collation and Unsupported Index Types
82
+ ``````````````````````````````````````
83
+
84
+ .. include:: /includes/extracts/collation-index-type-restrictions.rst
85
+
86
+ .. include:: /includes/extracts/collation-index-type-restrictions-addendum.rst
87
+
88
+
71
89
.. toctree::
72
90
:titlesonly:
73
91
:hidden:
Original file line number Diff line number Diff line change @@ -982,6 +982,11 @@ The following operations support collation:
982
982
983
983
For details, see :doc:`Collation </reference/collation>`.
984
984
985
+ .. [#index-restriction]
986
+
987
+ Some index types do not support collation. See
988
+ :ref:`collation-unsupported-index-types` for details.
989
+
985
990
.. _3.4-relnotes-views:
986
991
987
992
Views
You can’t perform that action at this time.
0 commit comments