Beispiel #1
0
 def get_searchable_text(self):
     ## FIXME: we should remove HTML tags from 'body', remove stop
     ## words, etc.
     return u' '.join((
             BaseContent.get_searchable_text(self), self.body))