20 Apr
2023
20 Apr
'23
3:23 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357 --- Comment #74 from Janusz Kaczmarek <januszop@gmail.com> --- ... I mean the original apostrophe filter: https://www.elastic.co/guide/en/elasticsearch/reference/8.7/analysis-apostro... 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.