[Koha-bugs] [Bug 28884] ElasticSearch: Question mark in title search returns no results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 17 22:40:24 CEST 2022


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I found this explanation about the question mark:

The question mark is a special character in es query strings. For example,
if you search "me?t", this means that the results we seek must contain a
word that contain "At Most" one character between "me" and "t". So the
words "meet", "meat" or "met" will match the query.

So maybe a fix is not so easy, as we either make it ignore ? or keep the
feature?

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


More information about the Koha-bugs mailing list