I am working on an existing Django project that uses FeinCMS for the content management.
I am trying to implement a 'Site Search'.
Using Haystack and Whoosh I can happily search the standard Django models.
However, when I try to use the same Haystack recommended approach to the FeincCMS 'Page' rich-text-content model, I'm not having much luck.
I'm wondering if this can indeed be done and if anyone has successfully used the Haystack/FeinCMS combo before?
Or do I need to look at a different approach. Someone has mentioned Sphinx to me?