http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11986 Bug ID: 11986 Summary: Tags searching doesn't work in OPAC if biblio DOM indexing is being used Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: abl@biblos.pk.edu.pl QA Contact: testopia@bugs.koha-community.org For biblio DOM indexing (which, AFAIRC, is now default setting for new installations), tags "searching" in OPAC doesn't work properly. Clicking on any tag in OPAC (within "Tag cloud", or within "Tags from this library: " in any given biblio) leads to 404 error in browser, and ERROR DECODING RECORD - :1: parser error : Start tag expected, '<' not found ... at /home/koha/devkohaclone/C4/Search.pm line 1724. in error.log. I guess underlying cause for this error is this kludge in opac/opac-search.pl: 504: my @marclist = (map {$_->{marc}} @biblist ); 506: $results_hashref->{biblioserver}->{RECORDS} = \@marclist; which doesn't work any longer in cases when retrieval format being used for biblio records may now be not neceserilly marc, but also xml / marcxml. -- You are receiving this mail because: You are watching all bug changes.