-add_translatable_index(EventIndex, {
-# Haystack needs a main field to be the same across all indexes
-# so we treat title of the event as this main content, named 'body'
- 'body': indexes.CharField(model_attr='title'),
- 'organizer': indexes.CharField(),
- 'place': indexes.CharField()
- })