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@ptfs.com ReportedBy: jwagner@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.