https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357
--- Comment #22 from Nicolas Legrand <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
