collective / collective.elastic.ingest

Plone Search Integration: Ingestion service queue runner between Plone RestAPI and Open-/ElasticSearch
https://pypi.org/project/collective.elastic.ingest/
GNU General Public License v2.0
3 stars 0 forks source link

single choice field mapping wrong #34

Open jensens opened 2 months ago

jensens commented 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.

Correct would be type keyword.