[Koha-bugs] [Bug 12252] OAI-PMH GetRecord result doesn't include item data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 14 04:52:55 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12252

--- Comment #1 from Robin Sheat <robin at catalyst.net.nz> ---
Created attachment 28228
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28228&action=edit
Bug 12252 - OAI-PMH result includes item data

GetRecord for OAI-PMH was pulling the MARCXML directly from the
database. Now it uses GetMarcBiblio and includes the item data with it,
making it more generally useful.

Test plan:
* Run an OAI-PMH query, for example:
http://koha/cgi-bin/koha/oai.pl?verb=GetRecord&identifier=KOHA-OAI-TEST:52&metadataPrefix=marcxml
  to fetch biblionumber 52
* Note that it doesn't include the 952 data
* Apply the patch
* Do the same thing, but this time see that the 952 data is at the
  bottom of the MARCXML.

Note:
* This patch also includes a small tidy-up in C4::Biblios to group
  things semantically a bit better, so I don't spend ages looking for a
  function that was staring me in the face all along again.

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


More information about the Koha-bugs mailing list