django-cms-search
django-cms-search copied to clipboard
This package provides multilingual search indexes for easy Haystack integration with django CMS
Which way would you recommend to customize the page index created by cms_search? I'd like for example to set the text field to EdgeNgramField or make the title field indexable.
https://github.com/piquadrat/django-cms-search/blob/develop/cms_search/search_indexes.py#L75 This line handles indexing of only simple attributes. Plugins with relations spanning multiple models (like django-cms' snippet) don't get indexed. I think snippet's idea of using django's __ notation...