django-cms-search
django-cms-search copied to clipboard
This package provides multilingual search indexes for easy Haystack integration with django CMS
Hello, I thank you for the plugin in django-cms. I have installed the version 0.6.3. I was the problem for the indexation with the command django: rebuild_index The problem come...
This makes django-cms-search haystack-2.0.0beta compatible in a pretty clean way.
I'm indexing the pages in two different languages (Portuguese and English), but i'm only allowed to retrieve the pages through english search, and not when searching for them in portuguese....
Hey I am having an issue in rebuilding the index I do not see what other outputs people are having but get this: Indexing 2 < django.utils.functional.**proxy** object at 0x10afcf910...
It's taken me all day to get to the bottom of this! I might be losing my mind here, but given the latest version of django-cms-search and django-cms 2.4.1 (and...
Noted which parts of the Haystack config were important and which parts the app itself deals with.
Hello. Sorry to write this as an issue, but github provides no way of emailing you You made a great job making multilanguage indexes for haystack. I'm trying to figure...
CMS_SITE_LANGUAGES allows different languages to be configured per site. This should be used instead in fields.py so only those languages configured for a particular site are displayed to users.