https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17815 --- Comment #5 from Barton Chittenden <barton@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #4)
(In reply to Barton Chittenden from comment #2)
Numeric searches in Koha are possible using the syntax
NNN-MMM
Where NNN and MMM are numeric, and there are no spaces between the numerals and the dashes... so
1970-1980
will work as a numeric search, but I'm not sure about searching for date ranges in other formats.
The help on the search option states to enter a date in the format of YYYY-MM-DD and there are examples with this syntax in the test plan on bug 14861. Would be good to get to the bottom of this somehow, but not sure where to start.
The available CCL attributes are documented at http://www.indexdata.com/yaz/doc/tools.html#ccl.qualifiers in "Table 7.2. Special attribute combos". We use "r=r" for numeric searches, creating the behavior above. -- You are receiving this mail because: You are watching all bug changes.