[Koha-bugs] [Bug 7440] Vestiges of NoZebra should be removed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 19 10:39:07 CET 2013


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

--- Comment #11 from Julian Maurice <julian.maurice at biblibre.com> ---
I did a fresh install after applying the patches and can confirm that Koha is
still working

- web installer OK
- nozebra table is not created OK
- add/modify/delete biblio/item/authority OK
- rebuild_zebra.pl OK
- search biblio/authority OK

so I will sign off these patches.

However, it still remains some references to NoZebra that could be removed:

C4/AuthoritiesMarc.pm:331:    if (C4::Context->preference('NoZebra')) {
C4/AuthoritiesMarc.pm:1416:    if (C4::Context->preference('NoZebra')) {
C4/AuthoritiesMarc.pm:1417:        #nozebra way    
C4/AuthoritiesMarc.pm:1419:        my $rq=$dbh->prepare(qq(SELECT biblionumbers
from nozebra where indexname="an" and server="biblioserver" and
value="$mergefrom" ));
C4/Search.pm:1260:    # no stemming/weight/fuzzy in NoZebra
C4/Search.pm:1261:    if ( C4::Context->preference("NoZebra") ) {
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt:5:<p
style="color: #990000">Important: If NoZebra is set to 'Use' this option will
not appear on the admin

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list