[Koha-bugs] [Bug 21357] Filter elisions from index and search terms in Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 31 21:25:06 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357

--- Comment #46 from Michal Denar <black23 at gmail.com> ---
Created attachment 98245
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98245&action=edit
Bug 21357: Case-insensive articles to the elision filter

Test with :
GET index/_analyze
{
  "filter": ["elision"],
  "text": "qu'ils"
}

With different cases :
QU'ILS
Qu'ils
qu'ils
qU'ILS

Signed-off-by: Michal Denar <black23 at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list