Skip to content

Commit f5b19d4

Browse files
committed
edits
1 parent 0ed9c30 commit f5b19d4

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

source/crud/delete.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ options you can set in the array:
132132
fields </reference/command/delete/#command-fields>` guide in the
133133
{+mdb-server+} manual.
134134

135+
.. _php-delete-collation:
136+
137+
Collation
138+
~~~~~~~~~
139+
140+
.. include:: /includes/collation.rst
141+
135142
Example
136143
~~~~~~~
137144

@@ -152,13 +159,6 @@ operation:
152159
the preceding example, the library deletes only the first document that has
153160
a ``name`` value containing ``'Mongo'``.
154161

155-
.. _php-delete-collation:
156-
157-
Collation
158-
~~~~~~~~~
159-
160-
.. include:: /includes/collation.rst
161-
162162
Return Value
163163
------------
164164

source/crud/replace.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ table describes some options you can set in the array:
182182
fields </reference/command/insert/#command-fields>` guide in the
183183
{+mdb-server+} manual.
184184

185+
.. _php-replace-collation:
186+
187+
Collation
188+
~~~~~~~~~
189+
190+
.. include:: /includes/collation.rst
191+
185192
Example
186193
~~~~~~~
187194

@@ -197,13 +204,6 @@ filter doesn't match any existing documents:
197204
:language: php
198205
:copyable:
199206

200-
.. _php-replace-collation:
201-
202-
Collation
203-
~~~~~~~~~
204-
205-
.. include:: /includes/collation.rst
206-
207207
Additional Information
208208
----------------------
209209

source/includes/collation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the collation:
1717
- | *(Required)* Specifies the International Components for Unicode (ICU) locale. For a
1818
list of supported locales, see :manual:`Collation Locales and Default Parameters
1919
</reference/collation-locales-defaults/#supported-languages-and-locales>`
20-
in the {+mdb-server+} Manual.
20+
in the {+mdb-server+} manual.
2121
|
2222
| **Data Type**: {+string-data-type+}
2323
@@ -27,11 +27,11 @@ the collation:
2727
| When set to ``true``, the comparison behavior depends on the value of
2828
the ``strength`` field:
2929
|
30-
| - If ``strength`` is ``1``, the {+library-short+} compares base
30+
- If ``strength`` is ``1``, the {+library-short+} compares base
3131
characters and case.
32-
| - If ``strength`` is ``2``, the {+library-short+} compares base
32+
- If ``strength`` is ``2``, the {+library-short+} compares base
3333
characters, diacritics, other secondary differences, and case.
34-
| - If ``strength`` is any other value, this field is ignored.
34+
- If ``strength`` is any other value, this field is ignored.
3535
|
3636
| When set to ``false``, the {+library-short+} doesn't include case comparison at
3737
strength level ``1`` or ``2``.

0 commit comments

Comments
 (0)