indexers for commentators, number of comments, and latest comment added.
svn path=/plone.app.discussion/trunk/; revision=27766
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user