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 8244b80 commit 9aa5923Copy full SHA for 9aa5923
source/includes/extracts-collation.yaml
@@ -110,6 +110,12 @@ content: |-
110
cannot support an operation that performs string comparisons on the
111
indexed fields if the operation specifies a different collation.
112
113
+ .. warning::
114
+
115
+ Because indexes that are configured with collation use ICU
116
+ collation keys to achieve sort order, collation-aware index keys
117
+ may be larger than index keys for indexes without collation.
118
119
For example, the collection ``myColl`` has an index on a string
120
field ``category`` with the collation locale ``"fr"``.
121
0 commit comments