indexers for commentators, number of comments, and latest comment added.

svn path=/plone.app.discussion/trunk/; revision=27766
This commit is contained in:
Timo Stollenwerk
2009-07-01 20:57:55 +00:00
parent 9e94afc072
commit 6647439971
5 changed files with 240 additions and 4 deletions
+6 -2
View File
@@ -59,7 +59,12 @@
handler=".tool.unindex_object"
/>
<!-- adapters for indexes -->
<!-- conversation indexes -->
<adapter name="total_comments" factory=".catalog.total_comments" />
<adapter name="last_comment_date" factory=".catalog.last_comment_date" />
<adapter name="commentators" factory=".catalog.commentators" />
<!-- comment indexes -->
<adapter name="Title" factory=".catalog.title" />
<adapter name="Creator" factory=".catalog.creator" />
<adapter name="Description" factory=".catalog.description" />
@@ -68,5 +73,4 @@
<adapter name="created" factory=".catalog.created" />
<adapter name="modified" factory=".catalog.modified" />
</configure>