Open jensens opened 2 months ago
In mappings.json the zope.schema._field.Choice is type nested. This is wrong, since we apply the preprocessing strip_vocabulary_term_titles.
mappings.json
zope.schema._field.Choice
nested
strip_vocabulary_term_titles
Correct would be type keyword.
keyword
In
mappings.json
thezope.schema._field.Choice
is typenested
. This is wrong, since we apply the preprocessingstrip_vocabulary_term_titles
.Correct would be type
keyword
.