divio / aldryn-search

Haystack 2.0 search index for django CMS
Other
48 stars 77 forks source link

Use the queryset to check if there's spelling suggestions #21

Closed leo-naeka closed 9 years ago

leo-naeka commented 9 years ago

When using pagination, MultipleObjectMixin evaluates SearchQuerySet to a list with the given page_size elements. So results never has the query property: it's a list. At this stage self.object_list is computed and can be directly used.