mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
search: make sure we don't have indexes that are too long
This commit is contained in:
@ -47,7 +47,7 @@ class UserIndex(indexes.SearchIndex, indexes.Indexable):
|
||||
return "last_update"
|
||||
|
||||
def prepare_auto(self, obj):
|
||||
return self.prepared_data["auto"].strip()
|
||||
return self.prepared_data["auto"].strip()[:245]
|
||||
|
||||
|
||||
class IndexSignalProcessor(signals.BaseSignalProcessor):
|
||||
|
Reference in New Issue
Block a user