http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14861 --- Comment #16 from Barton Chittenden <barton@bywatersolutions.com> --- (In reply to Barton Chittenden from comment #15)
Created attachment 42980 [details] [review] Bug 14861: Change acqdate to allow date ranges.
Use 'r=o' to in ccl.properties enable acqudate date range searches of the form
YYYY-MM-DD - yyyy-mm-dd
Test plan Prerequisites: Make sure that you have an item with a valid dateaccessioned, and that the bib is indexed in zebra. For the purposes of explanation, I'm going to use the date '2011-09-07' 1) Go to advanced search in the staff client and choose 'Acquisition date (yyyy-mm-dd)' 2) Enter 2011-09-07 (or the date of your choice). 3) Click the search button - you should get your item in the search results. 4) Return to the advanced search screen and select Acquisition date again. 5) Enter a start and end date in the text field separated by ' - ', e.g. 2011-09-01 - 2011-09-30 6) Click the search button -- this will return no results. 7) Apply the patch and copy etc/zebradb/ccl.properties to whatever directory is specified by $KOHA_CONF 8) Re-try step 5 -- this should return results. -- You are receiving this mail because: You are watching all bug changes.