[Koha-bugs] [Bug 17196] Move marcxml out of the biblioitems table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 13 10:56:23 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17196

--- Comment #117 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Marcel de Rooy from comment #116)
> Some preliminary findings:
> 
> opac/opac-readingrecord.pl: Calling GetXmlBiblio seems useless here.
> Probably should be GetMarcBiblio.

GetMarcBiblio does much more stuffs than GetXmlBiblio. Since we just want the
metadata it's better like that.

> opac-search.pl: map { (C4::Context->config('zebra_bib_index_mode') eq
> 'dom')? $_->{marcxml}: $_->{marc}; }  This marc reference should not have
> been there anymore?

Nope, the column does no longer exist.

> C4/Items.pm: changes aimed for catalogue/itemsearch.pl, but I am not sure if
> they are needed. Does item search actually looks into the xml? Seems not.
> New report??

I don't think so, it uses it.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list