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 ace1c4e commit e7fc0f6Copy full SHA for e7fc0f6
docs/reference/connector/docs/sync-rules.asciidoc
@@ -116,6 +116,12 @@ A "match" is determined based on a condition defined by a combination of "field"
116
117
The `Field` column should be used to define which field on a given document should be considered.
118
119
+[NOTE]
120
+====
121
+Only top-level fields are supported.
122
+Nested/object fields cannot be referenced with "dot notation".
123
124
+
125
The following rules are available in the `Rule` column:
126
127
* `equals` - The field value is equal to the specified value.
0 commit comments