https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357 --- Comment #22 from Nicolas Legrand <nicolas.legrand@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.