sphinx - FeinCMS search rich text content data -


i working on existing django project uses feincms content management.

i trying implement 'site search'.

using haystack , whoosh can happily search standard django models.

however, when try use same haystack recommended approach feinccms 'page' rich-text-content model, i'm not having luck.

i'm wondering if can indeed done , if has used haystack/feincms combo before?

or need @ different approach. has mentioned sphinx me?


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -