[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
Sun Aug 22 02:15:58 CEST 2021


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

--- Comment #79 from Andrew Nugged <nugged at gmail.com> ---
(In reply to Victor Grousset/tuxayo from comment #41)
> > 4) additionally perform a search using range,

Vicor, this seems working now,

By the way, it should find normally this with and without patches for you:

    date-of-publication:[1983 TO 1985]

But before the patch, if you will use "not including border values" ranges:

    date-of-publication:{1983 TO 1985}

and then because not-patched code converts it to this:

    date-of-publication:"1983 TO 1985"

it even did not fail to "yellow error box", just said "no results", but
there is: with patch now it finds 4 books for me on test DB for {1983 TO 1985}.


Besides you for sure can find when ES crashes, :hugs:
but without the patch, you will have much more possibilities to get that ES
syntax error now.

And I covered come in/outs and experiments above

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


More information about the Koha-bugs mailing list