[Bug 36632] New: OAI-PMH - Return subfields other than 5XX$a
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36632 Bug ID: 36632 Summary: OAI-PMH - Return subfields other than 5XX$a Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs@lists.koha-community.org Reporter: pablo.bianchi@gmail.com QA Contact: testopia@bugs.koha-community.org We have some records with 505 (Formatted Contents Note), using fields $g $t and $r instead of just $a (which is more common). Using oai_dc we had a lot of rows with `<dc:description />`. Around line 118 of /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl we replaced <xsl:value-of select="marc:subfield[@code='a']"/> With <xsl:call-template name="subfieldSelect"> <xsl:with-param name="codes">aegtr</xsl:with-param> </xsl:call-template> To see those (and others) note subfields. Related bug 16307. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org