[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 Mar 20 19:06:39 CET 2020


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

Bouzid Fergani <bouzid.fergani at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98245|0                           |1
        is obsolete|                            |

--- Comment #49 from Bouzid Fergani <bouzid.fergani at inlibro.com> ---
Created attachment 101306
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101306&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>
Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>

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


More information about the Koha-bugs mailing list