algoliasearch-django
algoliasearch-django copied to clipboard
Aggregators
- Django version: 2.1
- Algolia Django integration version: 1.7.0
- Algolia Client Version: 1.18.1
- Language Version: 3.7
Description
It is a very common use case to want to search multiple models in the same query. The other Algolia framework clients are implementing this feature, under the name Aggregators (algolia/scout-extended, https://github.com/algolia/search-bundle/pull/257).
Could we implement this in django, too?