https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39630 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #1 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- So to search for a specific date, the syntax should be: date-of-acquisition,st-date-normalized=2015-01-05 And that works in my testing. Ranges don't seem to work: date-of-acquisition,st-date-normalized=[2015-01-05 0 2016-01-05] I think because of escaping as what is passed is: '(date-of-acquisition:\\[2015-01-05 2016-01-05\\])' and those slashes may be the issue -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.