Skip to content

Commit 273cd3c

Browse files
committedOct 2, 2014
Merge commit '5b10f12'
2 parents a5bad38 + 5b10f12 commit 273cd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎search_indexes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import configurable
44

5-
class UserIndex(indexes.RealTimeSearchIndex, indexes.Indexable):
5+
class UserIndex(indexes.SearchIndex, indexes.Indexable):
66
text = fields.CharField(model_attr='full_name', document=True)
77
title = fields.CharField(model_attr='full_name')
88
job_title = fields.CharField(model_attr='job_title')

0 commit comments

Comments
 (0)