[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 Jul 25 01:34:23 CEST 2022


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

--- Comment #6 from David Cook <dcook at prosentient.com.au> ---
(In reply to David Cook from comment #3)
> I think that we need a database column to store the 942$n data to make it
> easy to query via SQL.

I still think that this is the solution for this particular issue. 

> OpacHiddenItems will still be an issue but that can be a separate issue...

I actually just remembered that I actually have a solution for this! 

Check out the patch on bug 19704. I use SQL::Abstract to generate SQL based on
OpacHiddenItems! 

(Note that the 942$n issue on that report is managed using ExtractValue() but
it's not as efficient as just having a "biblio" or "biblioitems" column of
"suppressed".)

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


More information about the Koha-bugs mailing list