http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8984 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA QA Contact| |paul.poulain@biblibre.com --- Comment #14 from Paul Poulain <paul.poulain@biblibre.com> --- QA comments: I made the following tests : * without patch = rm -rf $KOHA_CONF_DIR && perl Makefile.PL && make install with grs1 unimarc ==> indexing OK (can index & search) * with patch = rm -rf $KOHA_CONF_DIR && perl Makefile.PL && make install with grs1 unimarc ==> indexing OK (can index & search) * without patch = rm -rf $KOHA_CONF_DIR && perl Makefile.PL && make install with dom unimarc ==> indexing is KO, I get the following error message: 15:28:48-03/01 zebraidx(25369) [warn] Unknown register type: * after patch = rm -rf $KOHA_CONF_DIR && perl Makefile.PL && make install with grs1 unimarc ==> indexing is KO, I get the following error message: 15:12:31-03/01 zebraidx(22028) [warn] Unknown register type: It seems that the DOM indexing in UNIMARC has a problem, not related to this patch. I'll open a bug for this problem, and mark passed QA this patch. -- You are receiving this mail because: You are watching all bug changes.