remove comment_text index.

svn path=/plone.app.discussion/trunk/; revision=27249
This commit is contained in:
Timo Stollenwerk
2009-05-31 18:14:42 +00:00
parent 5f8acfd805
commit ca7752714b
3 changed files with 4 additions and 28 deletions
+3 -4
View File
@@ -26,7 +26,7 @@
component=".comment.CommentFactory"
name="plone.Comment"
/>
<!-- Conversations -->
<class class=".conversation.Conversation">
<require interface=".interfaces.IConversation" permission="zope2.View" />
@@ -38,13 +38,13 @@
<adapter factory=".conversation.CommentReplies" />
<!-- Event subscribers -->
<subscriber
for="plone.app.discussion.interfaces.IComment
zope.app.container.contained.IObjectAddedEvent"
handler=".comment.notify_workflow"
/>
<subscriber
for="plone.app.discussion.interfaces.IComment
zope.app.container.contained.IObjectAddedEvent"
@@ -59,7 +59,6 @@
<!-- adapters for indexes -->
<adapter name="title" factory=".catalog.comment_title" />
<adapter name="text" factory=".catalog.comment_text" />
<adapter name="searchable_text" factory=".catalog.comment_searchable_text" />
</configure>