remove comment_text index.
svn path=/plone.app.discussion/trunk/; revision=27249
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user