@@ -16,7 +16,7 @@ setting's value.
16
16
* - ``locale ``
17
17
- | Specifies the International Components for Unicode (ICU) locale. For a list of
18
18
supported locales,
19
- see :manual: `Collation Locales and Default Parameters </reference/collation-locales-defaults/#supported-languages-and-locales> `.
19
+ see :manual: `Collation Locales and Default Parameters </reference/collation-locales-defaults/#supported-languages-and-locales> `
20
20
in the {+mdb-server+} Manual.
21
21
|
22
22
| If you want to use simple binary comparison, use the ``Collation.Simple`` static
@@ -54,13 +54,13 @@ setting's value.
54
54
|
55
55
| When this argument is ``true``:
56
56
|
57
- | - If ``Strength`` is ``CollationStrength. Primary``, the driver compares base
57
+ | - If the strength is ``Primary``, the driver compares base
58
58
characters and case.
59
- | - If ``Strength`` is ``CollationStrength. Secondary``, the driver compares base
59
+ | - If the strength is ``Secondary``, the driver compares base
60
60
characters, diacritics, other secondary differences, and case.
61
61
|
62
62
| When this argument is ``false``, the driver doesn't include case comparison at
63
- strength level 1 or 2 .
63
+ strength level ``Primary`` or ``Secondary`` .
64
64
|
65
65
| **Data Type**: {+bool-data-type+}
66
66
| **Default**: ``false``
@@ -80,7 +80,7 @@ setting's value.
80
80
|
81
81
| Most text doesn't require normalization.
82
82
|
83
- | **Data Type**: `` {+bool-data-type+}``
83
+ | **Data Type**: {+bool-data-type+}
84
84
| **Default**: ``false``
85
85
- ``Normalization ``
86
86
@@ -91,10 +91,10 @@ setting's value.
91
91
For example, "10" is greater than "2". If this argument is ``false`` or excluded,
92
92
the driver compares numeric strings as strings. For example, "10" is less than "2".
93
93
|
94
- | For more information, see :manual:`Collation </reference/collation/#restrictions>`
94
+ | For more information, see :manual:`Collation Restrictions </reference/collation/#restrictions>`
95
95
in the {+mdb-server+} manual.
96
96
|
97
- | **Data Type**: `` {+bool-data-type+}``
97
+ | **Data Type**: {+bool-data-type+}
98
98
| **Default**: ``false``
99
99
- ``NumericOrdering ``
100
100
0 commit comments