http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15198

--- Comment #1 from David Cook <dc...@prosentient.com.au> ---
Unfortunately, I can't currently install the dependencies for master, namely
Crypt::GCrypt which despite being marked as not required is required to even
visit mainpage.pl, so I'll just be posting something here for someone else to
do:

--

ccl.properties:

Replace:

Suppress 1=9011

With:

Suppress 1=9011 14=1

--

opac-search.pl:

Replace:

$query = '@not '.$query.' @attr 1=9011 1';
and
$query = '@not '.$query.' @attr 1=9011 1'; #PQF syntax

With:

$query = '@not '.$query.' @attr 14=1 @attr 1=9011 1';
and
$query = '@not '.$query.' @attr 14=1 @attr 1=9011 1'; #PQF syntax

--

You'll need to test the opac-search.pl stuff, but I've already tested the
ccl.properties change and it works a treat.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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