From a666df3dbd4f07757d60e0c40147629db50c0a3e Mon Sep 17 00:00:00 2001 From: Sean Story Date: Thu, 14 Nov 2024 17:05:40 -0600 Subject: [PATCH] Note a limitation in Basic Sync Rules --- docs/reference/connector/docs/sync-rules.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/connector/docs/sync-rules.asciidoc b/docs/reference/connector/docs/sync-rules.asciidoc index 9b2a77be7db03..3ab72093666b8 100644 --- a/docs/reference/connector/docs/sync-rules.asciidoc +++ b/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" 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.