https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18969 --- Comment #11 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to David Gustafsson from comment #10)
Hmm.. I'm not really sure I understand. Would not nonpublicnote be searchable as nonpublicnote:"search string", regardless if coming from opac or not? One way of protecting it would be for example to have a different "fields"-list for opac and staff client, and filter out appearances of black-listed fields (nonpublicnote for example) in query string with some regexp in opac, but not staff client?
Yes, we would need to implement something more along those lines to truly hide it, but having an 'all' would allow for simple keyword searching of everything but the blacklisted fields. This is all theoretical currently, just looking towards possibilities -- You are receiving this mail because: You are watching all bug changes.