[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
Mon Oct 10 01:44:27 CEST 2022


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

--- Comment #9 from David Cook <dcook at prosentient.com.au> ---
(In reply to Martin Renvoize from comment #4)
> I wondered if it was as simple as just running it through RecordProcessor..
> but when I started to have a quick look at the code I couldn't wrap my head
> around it.. perhaps not as simple as it appears on the surface.

Actually, looking at this again, I think running it through RecordProcessor
might work. It would be *slow*, but in theory it should work.

The OAI-PMH feed is just a stream of records that we break up using resumption
tokens. 

I suppose if OpacHiddenItems is set and OpacHiddenItemsHidesRecord is set to
"Don't hide", then the timestamp for records could reflect changes to items
that aren't visible in the OAI-PMH feed, but... that is a minor detail and
doesn't look avoidable without making SQL changes.

I'm going to email Ere and see what he thinks about this, since he's been
behind the latest and greatest OAI-PMH server changes.

-- 
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