simod
unread,May 31, 2012, 6:33:03 AM5/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-haystack
Hello list,
I'm trying to implement a search_index that doesn't use faceting if
there is the simple backend instead of elasticsearch. It looks like,
when the simple backend is enabled, he's not compiling the fields that
have prepare_FOO method. (with elasticsearch everything works
perfectly)
I have something like:
type = index.CharField()
prepare_type(self,obj):
return 'type'
Am I missing something or doing something wrong?
And is there a best practice to have haystack working with of without
faceting depending on the backend?
Thanks in advance!