divio / aldryn-search

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

Pages that are set to `login_required` are shown in the results list #99

Open didierCH opened 5 years ago

didierCH commented 5 years ago

I have set up aldryn-search with whoosh and I discovered that the search results will show also results from sites with login_required, revealing private data. How can I prevent aldryn_search to show results from pages with login_required if a user is not logged in?

Kind regards, Didier