We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4dd36 commit eb2f67eCopy full SHA for eb2f67e
source/core/document.txt
@@ -182,6 +182,10 @@ For example, given the following field in a document:
182
- To specify the ``number`` in the ``phone`` document in the
183
``contact`` field, use the dot notation ``"contact.phone.number"``.
184
185
+.. warning::
186
+
187
+ Partition fields cannot use field names that contain a dot (``.``).
188
189
For examples querying embedded documents, see:
190
191
- :doc:`/tutorial/query-embedded-documents`
0 commit comments