http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7440 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com --- Comment #18 from Paul Poulain <paul.poulain@biblibre.com> --- QA comments: investigating, I've found some NoZebra references pending: koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt:<p style="color: #990000">Important: If NoZebra is set to 'Use' this option will not appear on the administration menu</p> C4/Search.pm: # no stemming/weight/fuzzy in NoZebra C4/Search.pm: if ( C4::Context->preference("NoZebra") ) { C4/AuthoritiesMarc.pm: if (C4::Context->preference('NoZebra')) { C4/AuthoritiesMarc.pm: if (C4::Context->preference('NoZebra')) { I've attached a follow-up removing them as well. I've tested as many pages as possible, and could not find anything going wrong passes koha-qa passed QA -- You are receiving this mail because: You are watching all bug changes.