https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357
--- Comment #74 from Janusz Kaczmarek <[email protected]> --- ... I mean the original apostrophe filter: https://www.elastic.co/guide/en/elasticsearch/reference/8.7/analysis-apostrophe-tokenfilter.html I.e. to have: analyzer_standard: tokenizer: icu_tokenizer filter: - icu_folding - elision - apostrophe So: GET koha_<instance>_biblios/_analyze { "analyzer": "analyzer_standard", "text": "Nell'aria voce di Sant'Antonio e Shakespeare's" } would give: aria voce di antonio e shakespeare which is quite nice. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
