Skip to content

Commit 05e3144

Browse files
ajhuh-mdbandf-mongodb
authored andcommitted
DOCS-14523 update _id fields
1 parent ba12037 commit 05e3144

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
@@ -220,7 +220,7 @@ The ``_id`` field has the following behavior and constraints:
220220
first, then the server will move the field to the beginning.
221221

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

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

0 commit comments

Comments
 (0)