[Koha-bugs] [Bug 28316] Fix ES crashes related to various punctuation characters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 10 12:51:43 CEST 2021


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

--- Comment #20 from Peter Vashchuk <stalkernoid at gmail.com> ---
Created attachment 121755
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121755&action=edit
Bug 28316: escape ES ranges if QueryAutoTruncate is enabled

if QueryAutoTruncate enabled we will have any special operators ruined 
for example: "test [6 TO 7]" will be converted to "test* [6* TO* 7]"
so no reason to keep ranges when QueryAutoTruncate set to "enabled"

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


More information about the Koha-bugs mailing list