Skip to content

Commit

Permalink
Update fields.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields authored Sep 29, 2021
1 parent 44db667 commit ccc8515
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/reference/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1108,8 +1108,10 @@ when working with fields whose names are prefixed with ``$`` or contain ``.``
("specially-named fields"):

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

0 comments on commit ccc8515

Please sign in to comment.