[Koha-bugs] [Bug 21357] Filter elisions from index and search terms in Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 8 17:28:24 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357

--- Comment #22 from Nicolas Legrand <nicolas.legrand at bulac.fr> ---
This is a most awaited feature for us. Note it doesn't work for « L'avion ». So
we need maybe something like this :

diff --git a/admin/searchengine/elasticsearch/index_config.yaml
b/admin/searchengine/elasticsearch/index_config.yaml
index f47fb22..05d89a9 100644
--- a/admin/searchengine/elasticsearch/index_config.yaml
+++ b/admin/searchengine/elasticsearch/index_config.yaml
@@ -54,6 +54,12 @@ index:
           - 'qu'
           - 's'
           - 't'
+          - 'C'
+          - 'D'
+          - 'J'
+          - 'L'
+          - 'QU'
+          - 'T'
       apostrophe:
         type: pattern_replace
         pattern: "'"

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list