http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14861
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Cook <[email protected]> --- Hey Barton, I can explain the cause (and solution). Check out "ccl.properties": Date-of-publication 1=31 r=r yr Date-of-publication pubdate Date-of-publication Date-of-acquisition 1=32 acqdate Date-of-acquisition st-numeric 4=109 r=o st-name-normalized 4=101 If you look at the Zebra docs, you'll see that r=o and r=r are special attributes for doing range searches (http://www.indexdata.com/yaz/doc/tools.html). I wrote about this last year on http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12897 but I didn't go any further with it as it would be nice to make some more logical changes across the board... but feel free to make a patch to fix this particular case. -- Locally, I've done the following to solve this problem: Date-of-acquisition 1=Date-of-acquisition r=o acqdate Date-of-acquisition -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
