Bug 18318: Unicode support for Elasticsearch
commit1404654d65baccacb2928f59171ec6f41d9b653b
authorNick Clemens <nick@bywatersolutions.com>
Sat, 8 Apr 2017 03:09:05 +0000 (7 23:09 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Sep 2017 15:37:00 +0000 (29 12:37 -0300)
treefa11d455a21361714b56296d9c5bbe3250c2e552
parent632e2ad51d2510a412224ded5e51a9f991d566b4
Bug 18318: Unicode support for Elasticsearch

You must install the icu plugin for elasticsearch
https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html

Once installed, apply this patch
Reindex your data, deleting the existing indexes
perl /home/vagrant/kohaclone/misc/search_tools/rebuild_elastic_search.pl
-d
Find (or add) some titles with accented characters
Verify that a search for the exact character or the unaccented version
works

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/SearchEngine/Elasticsearch.pm