Turning off auto-indexing for starred stories until it's ready to go.

This commit is contained in:
Samuel Clay 2012-12-20 16:20:28 -08:00
parent f61fc786f1
commit 3449e22565

View file

@ -1501,7 +1501,7 @@ class MStarredStory(mongo.Document):
self.story_original_content = None
super(MStarredStory, self).save(*args, **kwargs)
self.index_for_search()
# self.index_for_search()
def index_for_search(self):
story_content = zlib.decompress(self.story_content_z)