Create an index with dynamic set to strict_allow_templates is not working

@rajanimaski Your documentation link regards the latest version 2.17.0. According to your post, you’re running version 2.13.0.
strict_allow_templates value for the dynamic field has been introduced in version 2.16.0.
The error is expected in 2.13.0 as the dynamic field in that version supports only boolean values true and false.

1 Like