[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
Tue Sep 27 04:05:42 CEST 2022


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

--- Comment #8 from David Cook <dcook at prosentient.com.au> ---
Briefly looking at this again in the context of OpacHiddenItems... 

We'd need to either JOIN the items table to biblio_metadata OR we'd need to use
a subquery. 

If the subquery were the same as the one used in the UNION, I wonder if it
would just cache the 2nd run of the same query. That would be interesting to
benchmark...

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