[Koha-bugs] [Bug 11150] New: Sorting does not respect branch filters ( at least not for accession date )

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 28 16:51:50 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11150

            Bug ID: 11150
           Summary: Sorting does not respect branch filters ( at least not
                    for accession date )
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Let us assume LibraryA and LibraryB each have a copy of Book1 and Book2.

LibraryA's copy of Book1 has an acquisition date of 2001, and their copy of
Book2 has an acquisition date of 2010. 

LibraryB's copy of Book1 has an acquisition date of 2013, and their copy of
Book2 has an aquisition date of 2006.

If we do an advanced search which a branch limit for LibraryA, and sorted by
"Acquisition date: newest to oldest", we would expect the results to be
ordered:
1. Book2
2. Book1

However, what we actually get is:
1. Book1
2. Book2

This is because the search is sorting by *all* the acquisition dates, not just
the acquisition dates of LibraryA's holdings.

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


More information about the Koha-bugs mailing list