Skip to content

Commit ccc8515

Browse files
Update fields.txt
1 parent 44db667 commit ccc8515

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/fields.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,10 @@ when working with fields whose names are prefixed with ``$`` or contain ``.``
11081108
("specially-named fields"):
11091109

11101110
* Mongoid's :ref:`field <field-types>` macro does not support defining specially-named fields.
1111-
* Mongoid does not support getting or setting the values of specially-named fields.
1112-
* Mongoid does not support queries or operations which reference specially-named fields.
1111+
* Mongoid does not provide helper functions or idiomatic support for getting/setting
1112+
the values of specially-named fields.
1113+
* Mongoid does not provide helper functions or idiomatic support for queries/operations
1114+
which reference specially-named fields.
11131115
* If a document existing in the database contains specially-named fields,
11141116
Mongoid will load the document normally **except** for its specially-named fields,
11151117
which will not be retrieved.

0 commit comments

Comments
 (0)