https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161 --- Comment #22 from David Cook <dcook@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.