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