27 Dec
2016
27 Dec
'16
9:46 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14861 --- Comment #30 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm, tested this on a 3.22 database with the example from the test plan: Search from advanced search by accession date: 2011-09-01 - 2011-09-30 9461 results Searched with SQL: select distinct biblionumber from items where dateaccessioned between '2011-09-01' and '2011-09-30' 805 results The date range search doesn't seem to work right. The search for a single date seems to work correctly. You can also truncate with *. Also filed this as a new bug report: bug 17815. -- You are receiving this mail because: You are watching all bug changes.