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
-4
View File
@@ -12,10 +12,6 @@ from plone.app.discussion.interfaces import IComment
def comment_title(object):
return object.title
@indexer(IComment)
def comment_text(object):
return object.text
@indexer(IComment)
def comment_searchable_text(object):
return object.title, object.text