divio / aldryn-search

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

Detect redirected sites and exclude them from search results. #79

Closed claudio-vellage closed 8 months ago

claudio-vellage commented 6 years ago

I've just managed to set up aldryn_search and everything is working as expected. The only thing that currently bothers me is, that one of my websites has a lot of redirects which stem from relocating the relevant pages from /child/grandchild/page to /child/page.

Now the search index contains duplicate results, which both lead to the same page. I'm not sure whether I simply didn't find the proper option, or whether it doesn't exist. If this feature doesn't exist yet, I will see if I can implement it myself.