[Koha-bugs] [Bug 17841] Can't use indexname "acqdate, st-date-normalized" in keyword search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 14 16:13:45 CEST 2018


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

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #1 from Fridolin SOMERS <fridolin.somers at 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.


More information about the Koha-bugs mailing list