[Koha-bugs] [Bug 31161] OAI-PMH - Add ability to exclude suppressed records in output

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 12 02:44:43 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161

--- Comment #22 from David Cook <dcook at prosentient.com.au> ---
(In reply to Tomás Cohen Arazi from comment #21)
> Can we add 'supressed' and 'supressed_date' to the biblio table and make our
> high level methods take care of syncing things?

Can you elaborate on that?

OpacSuppression could work with that, but I don't know how you'd make it work
with OpacHiddenItems with OpacHiddenItemsHidesRecord. (Unless you require
people to touch_all_biblios.pm after changing OpacHiddenItems and
OpacHiddenItemsHidesRecord.)

> That would make it easy to build a performant query for identifying (to be
> marked as) deleted records in OAI.

That could be interesting. It would need to be done via a join or a subquery,
but it would still probably be fairly performant.

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


More information about the Koha-bugs mailing list