divio / aldryn-search

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

Added ALDRYN_SEARCH_EXCLUDED_PLUGINS setting #80

Closed ghost closed 6 years ago

ghost commented 6 years ago

This setting excludes specified CMS plugins from getting index data. This setting is really helpful when we use plugins that are not compatible with aldryn_search such as: djangocms-audio, djangocms-video. This setting will also available for modules like djangocms-blog, that uses get_plugin_index_data from this aldryn_search addon. Please, accept pull request

ghost commented 6 years ago

Thanks for review, @czpython, I've already done mentioned requests

czpython commented 6 years ago

Thanks!