We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5bad38 + 5b10f12 commit 273cd3cCopy full SHA for 273cd3c
search_indexes.py
@@ -2,7 +2,7 @@
2
3
import configurable
4
5
-class UserIndex(indexes.RealTimeSearchIndex, indexes.Indexable):
+class UserIndex(indexes.SearchIndex, indexes.Indexable):
6
text = fields.CharField(model_attr='full_name', document=True)
7
title = fields.CharField(model_attr='full_name')
8
job_title = fields.CharField(model_attr='job_title')
0 commit comments