[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-121-g9722e31

Git repo owner gitmaster at git.koha-community.org
Tue Oct 17 09:47:22 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 17.05.x has been updated
       via  9722e31033a0a86091d4abdd99fd9b1e9fddf118 (commit)
      from  2d04c80b37cb2f37f9709b8bcfc6b9a4e4eaaae9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9722e31033a0a86091d4abdd99fd9b1e9fddf118
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Apr 7 23:09:05 2017 -0400

    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 at theke.io>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1404654d65baccacb2928f59171ec6f41d9b653b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 Koha/SearchEngine/Elasticsearch.pm |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list