rename indexes "title" => "Title" and "searchable_text" => "SearchableText".
svn path=/plone.app.discussion/trunk/; revision=27250
This commit is contained in:
parent
ca7752714b
commit
1340aefe4e
@ -58,7 +58,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- adapters for indexes -->
|
<!-- adapters for indexes -->
|
||||||
<adapter name="title" factory=".catalog.comment_title" />
|
<adapter name="Title" factory=".catalog.comment_title" />
|
||||||
<adapter name="searchable_text" factory=".catalog.comment_searchable_text" />
|
<adapter name="SearchableText" factory=".catalog.comment_searchable_text" />
|
||||||
|
|
||||||
</configure>
|
</configure>
|
||||||
|
Loading…
Reference in New Issue
Block a user