Note a limitation in Basic Sync Rules (#116859)

This commit is contained in:
Sean Story 2024-11-18 02:33:03 -06:00 committed by GitHub
parent 73348a327b
commit f55e5d020b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,6 +116,12 @@ A "match" is determined based on a condition defined by a combination of "field"
The `Field` column should be used to define which field on a given document should be considered.
[NOTE]
====
Only top-level fields are supported.
Nested/object fields cannot be referenced with "dot notation".
====
The following rules are available in the `Rule` column:
* `equals` - The field value is equal to the specified value.