Skip to content

Commit

Permalink
Skip tests for illustrative example
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Aug 1, 2024
1 parent 3cfb2d2 commit 373e94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/mapping/params/copy-to.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The following configuration will not copy data from `field_1` to `field_3`:
}
}
----
// TEST[skip:]
Instead, copy to multiple fields from the source field:
+
[source,console]
Expand All @@ -91,6 +92,7 @@ Instead, copy to multiple fields from the source field:
}
}
----
// TEST[skip:]

NOTE: `copy_to` is not supported for field types where values take the form of objects, e.g. `date_range`.

Expand Down

0 comments on commit 373e94f

Please sign in to comment.