We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
mappings.json
thezope.schema._field.Choice
is typenested
.This is wrong, since we apply the preprocessing
strip_vocabulary_term_titles
.Correct would be type
keyword
.The text was updated successfully, but these errors were encountered: