https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161 --- Comment #25 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #22)
(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?
I think we need to bite the bullet and store "suppressed" when "OpacSuppression" and "OpacHiddenItemsHidesRecord" are set, and just add the caveat that any changes to these settings will require a data regeneration. Doing the calculation 1 time and then just working off the stored state will make things so much easier across the board. Plus, we could index that state, so that "OpacHiddenItemsHidesRecord" actually hides the record in the Zebra results as well, which would lead to better search result quality. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.