This package has been modified to work with current django-haystack 2.0.0-beta in a pretty clean way.
This package provides multilingual search indexes for easy Haystack integration with django CMS.
After installing django-cms-search through your package manager of choice, add cms_search
to your
INSTALLED_APPS
. That's it.
For setting up Haystack, please refer to their documentation.
For more docs, see the docs
folder or the
online documentation.