ignore accents in elastic search with haystack ignore accents in elastic search with haystack elasticsearch elasticsearch

ignore accents in elastic search with haystack


You need to add asciifolding token filter to you analysis/query pipeline http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-asciifolding-tokenfilter.html

That basically strips any accents from your words so you can easily find them later with/without searching with accents.