[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 06:58:17 CEST 2022


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

--- Comment #25 from David Cook <dcook at 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.


More information about the Koha-bugs mailing list