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

David Cook <dc...@prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dc...@prosentient.com.au

--- Comment #2 from David Cook <dc...@prosentient.com.au> ---
This script would break the functionality introduced by the syspref
"OpacHiddenItemsExceptions" though, unfortunately.

I thought about this a bunch while working on bug 19704. 

In theory, you could enqueue a background job, when "OpacHiddenItems" is saved,
which could process every record with items and then update a "biblio.hidden"
field (so that it can be queried for SQL searches and not just Search Engine
searches), if "OpacHiddenItemsHidesRecord" is set. 

--

Maybe the solution is to get rid of "OpacHiddenItemsExceptions" and then either
use a cronjob or a background job to update the 942$n/biblio.hidden.

It would be great to be able to eliminate the post-processing of records/items
caused by "OpacHiddenItems", so generally speaking I'm on board for what you're
trying to do!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to