when running multiple sites in one django CMS instance, results are displayed from all sites. resulting in 404s for results from other sites. I can see there is already a site_id field on the search index, so this could be done in here https://github.com/aldryn/aldryn-search/blob/master/aldryn_search/views.py#L62 , probably without much hassle?
If wanted at all? One issue could be, if one has other indexes, without the site_id field.
when running multiple sites in one django CMS instance, results are displayed from all sites. resulting in 404s for results from other sites. I can see there is already a
site_id
field on the search index, so this could be done in here https://github.com/aldryn/aldryn-search/blob/master/aldryn_search/views.py#L62 , probably without much hassle?If wanted at all? One issue could be, if one has other indexes, without the site_id field.