-# 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', null=True),
- 'organizer': indexes.CharField(null=True),
- 'place': indexes.CharField(null=True)
- })
-
+ 'organizer': indexes.CharField(null=True),
+ 'place': indexes.CharField(null=True)
+ })