Indexes for created and modified added.

svn path=/plone.app.discussion/trunk/; revision=27257
This commit is contained in:
Timo Stollenwerk
2009-06-01 23:17:13 +00:00
parent 69334f6000
commit 04bed35357
3 changed files with 65 additions and 10 deletions
+4
View File
@@ -61,5 +61,9 @@
<adapter name="Title" factory=".catalog.comment_title" />
<adapter name="Description" factory=".catalog.comment_description" />
<adapter name="SearchableText" factory=".catalog.comment_searchable_text" />
<adapter name="effective" factory=".catalog.effective" />
<adapter name="created" factory=".catalog.created" />
<adapter name="modified" factory=".catalog.modified" />
</configure>