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

--- Comment #79 from Andrew Nugged <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to