rename all indexes from comment_XXX to XXX. clean up indexes test.

svn path=/plone.app.discussion/trunk/; revision=27259
This commit is contained in:
Timo Stollenwerk
2009-06-01 23:45:49 +00:00
parent dc948da00b
commit a6a64bd3d6
3 changed files with 32 additions and 101 deletions
+4 -4
View File
@@ -58,10 +58,10 @@
/>
<!-- adapters for indexes -->
<adapter name="Title" factory=".catalog.comment_title" />
<adapter name="Creator" factory=".catalog.comment_creator" />
<adapter name="Description" factory=".catalog.comment_description" />
<adapter name="SearchableText" factory=".catalog.comment_searchable_text" />
<adapter name="Title" factory=".catalog.title" />
<adapter name="Creator" factory=".catalog.creator" />
<adapter name="Description" factory=".catalog.description" />
<adapter name="SearchableText" factory=".catalog.searchable_text" />
<adapter name="effective" factory=".catalog.effective" />
<adapter name="created" factory=".catalog.created" />
<adapter name="modified" factory=".catalog.modified" />