Example #1
0
 def get_es_search(self):
     "By default, return a search for the queryset model"
     return items_index.make_search_for_model(self.queryset.model).sort("-serialized.last_updated")