@@ -, +, @@ perl /home/vagrant/kohaclone/misc/search_tools/rebuild_elastic_search.pl -d -v --- Koha/SearchEngine/Elasticsearch.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/Koha/SearchEngine/Elasticsearch.pm +++ a/Koha/SearchEngine/Elasticsearch.pm @@ -224,9 +224,7 @@ sub get_elasticsearch_mappings { include_in_all => JSON::false, fields => { phrase => { - search_analyzer => "analyser_phrase", - analyzer => "analyser_phrase", - type => "text", + type => "keyword", }, }, }; --