Answer the question
In order to leave comments, you need to log in
How to set up partial word search using django-haystack and elasticsearch?
I'm using django 1.9.2, django-haystack 2.5.0, elasticsearch 2.2.0
The search works, but, for example, "comparison" is searched for, but "comapriso" is no longer there.
View is used by default.
pattern:
{{ object.title }}
{{ object.author }}
{{ object.description }}
{{ object.city }}
{{ object.requirements }}
{{ object.is_remote }}
{{ object.salary } }
https://dpaste.de/xwUQsearch_indexes.py _
Answer the question
In order to leave comments, you need to log in
Installed Solr and everything worked out of the box. Perhaps the problem is in the compatibility of the latest versions of haystack/django/elasticsearch
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question