comment_title, comment_text, and comment_searchable_text indexes added.

svn path=/plone.app.discussion/trunk/; revision=27247
This commit is contained in:
Timo Stollenwerk
2009-05-31 17:55:46 +00:00
parent 95405ee48f
commit 5f8acfd805
4 changed files with 100 additions and 14 deletions
+5
View File
@@ -57,4 +57,9 @@
handler=".tool.unindex_object"
/>
<!-- adapters for indexes -->
<adapter name="title" factory=".catalog.comment_title" />
<adapter name="text" factory=".catalog.comment_text" />
<adapter name="searchable_text" factory=".catalog.comment_searchable_text" />
</configure>