https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357
--- Comment #16 from Fridolin SOMERS <[email protected]> --- 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. _______________________________________________ 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/
