plone.app.discussion/plone/app/discussion/profiles/default/catalog.xml
Timo Stollenwerk 6647439971 indexers for commentators, number of comments, and latest comment added.
svn path=/plone.app.discussion/trunk/; revision=27766
2009-07-01 20:57:55 +00:00

17 lines
408 B
XML

<?xml version="1.0"?>
<object name="portal_catalog">
<index name="total_comments" meta_type="FieldIndex">
<indexed_attr value="total_comments"/>
</index>
<index name="commentators" meta_type="KeywordIndex">
<indexed_attr value="commentators"/>
</index>
<column value="total_comments" />
<column value="last_comment_date" />
<column value="commentators" />
</object>