https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17841 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #1 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Wildcard * is not a CCL syntax. One must use "rt" (right truncation) : acqdate,rt:2016-12 You may use "ge" (greater or equal) or "le" or "gt" or "lt", with "st-date-normalized" : acqdate,ge,st-date-normalized:2016-12-01 Funny thing "acqdate,st-date-normalized,ge" does not work. -- You are receiving this mail because: You are watching all bug changes.