Skip to content

Commit ca70fde

Browse files
ajhuh-mdbandf-mongodb
authored andcommitted
DOCS-14523 update _id fields
1 parent 0a7b049 commit ca70fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/document.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The ``_id`` field has the following behavior and constraints:
221221
first, then the server will move the field to the beginning.
222222

223223
- The ``_id`` field may contain values of any :doc:`BSON data type
224-
</reference/bson-types>`, other than an array.
224+
</reference/bson-types>`, other than an array, regex, or undefined.
225225

226226
.. warning:: To ensure functioning replication, do not store values
227227
that are of the BSON regular expression type in the ``_id``

0 commit comments

Comments
 (0)