http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9342
Vitor Fernandes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Vitor Fernandes <[email protected]> --- This error is easy to solve. In record.abs, biblio-zebra-index.xsl and biblio-koha-index.xsl the 995 field is mapped to "item # to index all subfields". To stop that error just remove the commentary "# to index all subfields" on xsl files. I have to more critical problems: With barcode,phr or barcode,wrdl, I can search for barcodes. If there is only one barcode matching the search expression, the user is redirect to the record. With callnum,phr or callnum,wrdl, I can search for callnumbers. If there is only one callnumber matching the search expression, the user is redirect to the record. With kw,wrdl (keyword - any field), I get always 0 records when searching for one barcode or callnum that I know that exists. -- 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/
