@@ -27,14 +27,14 @@ the collation:
27
27
| When set to ``true``, the comparison behavior depends on the value of
28
28
the ``strength`` field:
29
29
|
30
- - If ``strength`` is ``1``, the {+library-short+} compares base
31
- characters and case.
30
+ | - If ``strength`` is ``1``, the {+library-short+} compares base
31
+ | characters and case.
32
32
|
33
- - If ``strength`` is ``2``, the {+library-short+} compares base
34
- characters, diacritics, other secondary differences, and case.
33
+ | - If ``strength`` is ``2``, the {+library-short+} compares base
34
+ | characters, diacritics, other secondary differences, and case.
35
+ |
36
+ | - If ``strength`` is any other value, this field is ignored.
35
37
|
36
- - If ``strength`` is any other value, this field is ignored.
37
-
38
38
| When set to ``false``, the {+library-short+} doesn't include case comparison at
39
39
strength level ``1`` or ``2``.
40
40
|
@@ -93,5 +93,5 @@ the collation:
93
93
| **Data Type**: {+bool-data-type+}
94
94
| **Default**: ``false``
95
95
96
- To learn more about collation, see the :manual: `Collation </reference/collation> `
96
+ To learn more about collation and the possible values for each field , see the :manual: `Collation </reference/collation> `
97
97
entry in the {+mdb-server+} manual.
0 commit comments