Skip to content

Commit f55e5d0

Browse files
authored
Note a limitation in Basic Sync Rules (#116859)
1 parent 73348a3 commit f55e5d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/connector/docs/sync-rules.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ A "match" is determined based on a condition defined by a combination of "field"
116116

117117
The `Field` column should be used to define which field on a given document should be considered.
118118

119+
[NOTE]
120+
====
121+
Only top-level fields are supported.
122+
Nested/object fields cannot be referenced with "dot notation".
123+
====
124+
119125
The following rules are available in the `Rule` column:
120126

121127
* `equals` - The field value is equal to the specified value.

0 commit comments

Comments
 (0)