We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876ced5 commit 13c94f1Copy full SHA for 13c94f1
src/recensio/plone/content/review_exhibition.py
@@ -92,6 +92,7 @@ class IReviewExhibition(model.Schema, IReview):
92
"""Marker interface and Dexterity Python Schema for ReviewExhibition."""
93
94
directives.order_after(subtitle="titleProxy")
95
+ textindexer.searchable("subtitle")
96
subtitle = schema.TextLine(
97
title=_("Subtitle"),
98
required=False,
0 commit comments