Fix mistake in notes around dynamic template validation. (#60726)
The double bracket notation is incorrect.
This commit is contained in:
parent
e5dce5e805
commit
160f27f77c
|
@ -48,7 +48,7 @@ snippet may cause the update or validation of a dynamic template to fail under c
|
|||
is considered valid as string type, but if a field matching the dynamic template is indexed as a long, a validation
|
||||
error is returned at index time.
|
||||
|
||||
* If the `{{name}}` placeholder is used in the mapping snippet, validation is skipped when updating the dynamic
|
||||
* If the `{name}` placeholder is used in the mapping snippet, validation is skipped when updating the dynamic
|
||||
template. This is because the field name is unknown at that time. Instead, validation occurs when the template is applied
|
||||
at index time.
|
||||
|
||||
|
|
Loading…
Reference in New Issue