https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28316 --- Comment #79 from Andrew Nugged <nugged@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.