[Koha-bugs] [Bug 4329] New: OPAC search by shelving location option

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Mon Mar 22 18:50:22 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4329

           Summary: OPAC search by shelving location option
           Product: Koha
           Version: HEAD
          Platform: PC
        OS/Version: Windows 2000
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5
         Component: OPAC
        AssignedTo: jwagner at ptfs.com
        ReportedBy: jwagner at ptfs.com
   Estimated Hours: 0.0
 Change sponsored?: Sponsored


Created an attachment (id=1754)
 --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1754)
screen shot of OPAC shelving location search

Sponsored by Arcadia University.

The OPAC can search by item type or collection code, but not by shelving
location.  This enhancement adds a shelving location search, under More
Options.  Since some sites do not use shelving locations, I debated controlling
it by a syspref, but decided not to.  If a site wants to hide the search
option, inserting this into opacuserjs will do so:

$(document).ready(function(){ 
$("#advsearch #advsearch-shelvingloc").remove();
});


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list