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

--- Comment #11 from Julian Maurice <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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