[Koha-bugs] [Bug 17815] New: Problems with search for dateaccessioned

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


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

            Bug ID: 17815
           Summary: Problems with search for dateaccessioned
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org

Tested this as described in bug 14861:

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 appears to work correctly. 
It's also possible to truncate dates using *.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list