diff --git a/src/collective/elastic/ingest/preprocessings.json b/src/collective/elastic/ingest/preprocessings.json index 3ad7c4b..f1378fd 100644 --- a/src/collective/elastic/ingest/preprocessings.json +++ b/src/collective/elastic/ingest/preprocessings.json @@ -211,5 +211,13 @@ "name": "plone.layoutaware", "field": "sectionSiteLayout" } + }, + { + "comment": "Fix field type of review_state to keyword", + "action": "additional_schema", + "configuration": { + "name": "review_state", + "field": "zope.schema._field.ASCIILine" + } } ] \ No newline at end of file