indexes for IComment added to override the IConversation indexes.

svn path=/plone.app.discussion/trunk/; revision=27838
This commit is contained in:
Timo Stollenwerk
2009-07-06 16:56:09 +00:00
parent fa2f961ebe
commit a946fb54fa
3 changed files with 30 additions and 4 deletions
+3
View File
@@ -85,5 +85,8 @@
<adapter name="effective" factory=".catalog.effective" />
<adapter name="created" factory=".catalog.created" />
<adapter name="modified" factory=".catalog.modified" />
<adapter name="total_comments" factory=".catalog.comments_total_comments" />
<adapter name="last_comment_date" factory=".catalog.comments_last_comment_date" />
<adapter name="commentators" factory=".catalog.comments_commentators" />
</configure>