http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15537 Bug ID: 15537 Summary: Hide records on Leader 05 = d in OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org At the moment, we hide "suppressed" records in the OPAC when they have a 942$n of 1 and when the OpacSuppression system preference is enabled. Why don't we also hide "deleted" records with a Leader position 05 of "d"? In the past, "OpacSuppression" would cause problems if there wasn't at least 1 record suppressed, but I fixed that with http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15198. If we use the special attribute @attr 14=1 in the query (especially globally at the start of the query), we deactivate that problem in Zebra. So we could hide "deleted" records from the OPAC. We probably want to still show them in the staff client, so that they're findable. While a cronjob for removing these records has been added in master (http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11084), that cronjob might not always be run consistently by all Koha systems. Plus, it would be good to have that record hidden immediately from OPAC users, even if the record hasn't been fully deleted from the system yet. -- You are receiving this mail because: You are watching all bug changes.