https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27515 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #9 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I don't know if this can help anyone. We use snowball_french as stemmer. It works really well (with some exceptions). https://snowballstem.org/ In index_config.yaml, under analyzer_standard, there is snowball_french under the filters analyzer_standard: tokenizer: icu_tokenizer filter: - icu_folding - snowball_french and under filter (before char_filter), there is snowball_french filter: snowball_french: type: snowball language: french -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.