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

Nick Clemens (kidclamp) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Nick Clemens (kidclamp) <[email protected]> ---
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.
_______________________________________________
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