Skip to content

Commit

Permalink
Hm, back again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed May 31, 2012
1 parent b808e58 commit c64d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cab/search_indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from cab.models import Snippet


class SnippetIndex(RealTimeSearchIndex):
class SnippetIndex(SearchIndex):
text = CharField(document=True, use_template=True)
author = CharField()
title = CharField(model_attr='title')
Expand Down

0 comments on commit c64d531

Please sign in to comment.