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 e48b89b commit df6c8edCopy full SHA for df6c8ed
source/core/document.txt
@@ -179,6 +179,10 @@ For example, given the following field in a document:
179
- To specify the ``number`` in the ``phone`` document in the
180
``contact`` field, use the dot notation ``"contact.phone.number"``.
181
182
+.. warning::
183
+
184
+ Partition fields cannot use field names that contain a dot (``.``).
185
186
For examples querying embedded documents, see:
187
188
- :doc:`/tutorial/query-embedded-documents`
0 commit comments