divio / aldryn-search

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

do not index title if not public #39

Closed czpython closed 9 years ago

czpython commented 9 years ago

When an object is saved, haystack triggers the indexing signals which look at should_update, in this case we avoid indexing a title that is not public

jmelett commented 9 years ago

:+1: