@@ -16,7 +16,7 @@ setting's value.
1616 * - ``locale ``
1717 - | Specifies the International Components for Unicode (ICU) locale. For a list of
1818 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> `
2020 in the {+mdb-server+} Manual.
2121 |
2222 | If you want to use simple binary comparison, use the ``Collation.Simple`` static
@@ -54,13 +54,13 @@ setting's value.
5454 |
5555 | When this argument is ``true``:
5656 |
57- | - If ``Strength`` is ``CollationStrength. Primary``, the driver compares base
57+ | - If the strength is ``Primary``, the driver compares base
5858 characters and case.
59- | - If ``Strength`` is ``CollationStrength. Secondary``, the driver compares base
59+ | - If the strength is ``Secondary``, the driver compares base
6060 characters, diacritics, other secondary differences, and case.
6161 |
6262 | 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`` .
6464 |
6565 | **Data Type**: {+bool-data-type+}
6666 | **Default**: ``false``
@@ -80,7 +80,7 @@ setting's value.
8080 |
8181 | Most text doesn't require normalization.
8282 |
83- | **Data Type**: `` {+bool-data-type+}``
83+ | **Data Type**: {+bool-data-type+}
8484 | **Default**: ``false``
8585 - ``Normalization ``
8686
@@ -91,10 +91,10 @@ setting's value.
9191 For example, "10" is greater than "2". If this argument is ``false`` or excluded,
9292 the driver compares numeric strings as strings. For example, "10" is less than "2".
9393 |
94- | For more information, see :manual:`Collation </reference/collation/#restrictions>`
94+ | For more information, see :manual:`Collation Restrictions </reference/collation/#restrictions>`
9595 in the {+mdb-server+} manual.
9696 |
97- | **Data Type**: `` {+bool-data-type+}``
97+ | **Data Type**: {+bool-data-type+}
9898 | **Default**: ``false``
9999 - ``NumericOrdering ``
100100
0 commit comments