Skip to content

Commit

Permalink
Fix field type of review_state to keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Apr 2, 2024
1 parent fd87bea commit 72b2e53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/collective/elastic/ingest/preprocessings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]

0 comments on commit 72b2e53

Please sign in to comment.