http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1090 Summary: add field to itemtypes to mark records as hidden from searches. Product: Koha Version: 2.2.5 Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Catalogue AssignedTo: paul.poulain@free.fr ReportedBy: mhafen@i.washk12.org QAContact: koha-bugs@nongnu.org I have added this function at our installation so that certain item types (like computers, projectors, videos, other general inventory) are not returned in opac searches. Maybe you can use this too. There would have to be a change to the itemtypes table in the database though, to add a column like : alter table itemtypes add column notforopac smallint (6) null ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.