You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Default**: ``CollationMaxVariable.Punctuation`` (the driver ignores punctuation
75
95
and spaces)
76
96
- ``MaxVariable``
77
97
78
98
* - ``normalization``
79
-
- | Optional. Specifies whether the driver normalizes text as needed.
99
+
- | *(Optional)* Specifies whether the driver normalizes text as needed.
80
100
|
81
-
|Most text doesn't require normalization.
101
+
|Most text doesn't require normalization. For more information about
102
+
normalization, see the `ICU documentation <https://unicode-org.github.io/icu/userguide/collation/concepts.html#normalization>`__.
82
103
|
83
104
|**Data Type**: {+bool-data-type+}
84
105
|**Default**: ``false``
85
106
- ``Normalization``
86
107
87
-
* - ``numericOrdering``
88
-
- | Optional. Specifies whether the driver compares numeric strings as numbers.
89
-
|
90
-
|If this argument is ``true``, the driver compares numeric strings as numbers.
91
-
For example, "10" is greater than "2". If this argument is ``false`` or excluded,
92
-
the driver compares numeric strings as strings. For example, "10" is less than "2".
93
-
|
94
-
|For more information, see :manual:`Collation Restrictions </reference/collation/#restrictions>`
95
-
in the {+mdb-server+} manual.
108
+
* - ``backwards``
109
+
- | *(Optional)* Specifies whether strings containing diacritics sort from the back of the string
110
+
to the front.
96
111
|
97
-
|**Data Type**: {+bool-data-type+}
112
+
|**Data Type**: {+bool-data-type+}
98
113
|**Default**: ``false``
99
-
- ``NumericOrdering``
100
-
101
-
* - ``strength``
102
-
- | Optional. Specifies the level of comparison to perform, as defined in the
0 commit comments