Skip to content

Commit 13c94f1

Browse files
committed
Add exhibition subtitle to SearchableText
Ref syslabcom/scrum#2226
1 parent 876ced5 commit 13c94f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/recensio/plone/content/review_exhibition.py

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class IReviewExhibition(model.Schema, IReview):
9292
"""Marker interface and Dexterity Python Schema for ReviewExhibition."""
9393

9494
directives.order_after(subtitle="titleProxy")
95+
textindexer.searchable("subtitle")
9596
subtitle = schema.TextLine(
9697
title=_("Subtitle"),
9798
required=False,

0 commit comments

Comments
 (0)