27 Sep
2022
27 Sep
'22
3:05 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161 --- Comment #8 from David Cook <dcook@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.