https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30745 --- Comment #26 from David Cook <dcook@prosentient.com.au> --- Another idea would be to use Elasticsearch specific syntax here like "acqdate:>=XXXX-XX-XX" and "acqdate:<=XXXX-XX-XX". (See bug 28899) I am actually tempted to try that out locally and hot fix using that... -- Admittedly, that would set a precedent for creating a ES specific query instead of a Zebra specific query. But... it could be much less painful and make for a much neater change. As Katrin has noted, there are no unit tests for the change to Koha/SearchEngine/Elasticsearch/QueryBuilder.pm which is going to be an automatic "Failed QA" here anyway. What one could do is create a Koha::* class of some kind that builds the search for label-item-search.pl and unit test that. Anyway, food time... -- You are receiving this mail because: You are watching all bug changes.