[Koha-bugs] [Bug 14861] Accession date comparison does not work in advanced search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 27 10:46:03 CET 2016


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

--- Comment #30 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list