django-haystack
Django Haystack exact filtering
I have a haystack search which has the following SearchIndex: class Gra开发者_C百科ntIndex(indexes.SearchIndex):[详细]
2022-12-18 14:11 分类:问答A good django search app? — How to perform fuzzy search with Haystack?
I\'m using django-haystack at the moment with apache-solr as the backend. Problem is I cannot get the app to perform the search functionality I\'m looking for[详细]
2022-12-17 11:52 分类:问答Haystack / Whoosh Index Generation Error
I\'m trying to setup haystack with whoosh backend. When i try to gen the index [or any index command for that matter] i receive:[详细]
2022-12-15 12:27 分类:问答Haystack Whoosh Spelling Suggestion too greedy
This questions is about Django Haystack, with Whoosh backend. I would like to use spelling suggestion in my search. The problem is that it is suggesting TOO much.[详细]
2022-12-11 00:01 分类:问答