Skip to content

Commit a7f9b2d

Browse files
authored
DOCSP-37027: Remove use of post in collection-option-collation (#1266)
Snooty does not yet support this.
1 parent e02a74d commit a7f9b2d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/includes/extracts-collection-option.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
ref: collection-option-collation
2-
source:
3-
ref: common-option-collation
4-
file: extracts-common-option.yaml
5-
post: |
2+
content: |
3+
:manual:`Collation </reference/collation>` allows users to specify
4+
language-specific rules for string comparison, such as rules for lettercase
5+
and accent marks. When specifying collation, the ``locale`` field is
6+
mandatory; all other collation fields are optional. For descriptions of the
7+
fields, see :manual:`Collation Document </reference/collation/#collation-document>`.
8+
69
If the collation is unspecified but the collection has a default collation,
710
the operation uses the collation specified for the collection. If no
811
collation is specified for the collection or for the operation, MongoDB uses

0 commit comments

Comments
 (0)