1 Oct
2018
1 Oct
'18
7:20 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357 --- Comment #16 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Ok I will propose the stemming configuration on wiki page. This patch is OK, but for me the "apostrophe" filter is not needed. I've checked with analyse API on ES : curl -X GET 'http://localhost:9200/koha_master_biblios/_analyze?pretty=yes&analyzer=analyser_phrase' -d "dans l'avion" With patch it returns : "token" : "dans lavion" Without patch it returns : "token" : "dans l'avion" Checking with only "l'avion" both with and without patch returns "avion". -- You are receiving this mail because: You are watching all bug changes.