[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
Fri Jul 24 18:41:55 CEST 2015


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

--- Comment #62 from Gaetan Boisson <gaetan.boisson at biblibre.com> ---
Created attachment 41175
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41175&action=edit
Bug 12252 - OAI-PMH result includes item data [SIGNED-OFF]

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.

Signed-off-by: David Cook <dcook at prosentient.com.au>

Works as described. Simple yet useful patch.

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

Signed-off-by: Frederic Demians <f.demians at tamil.fr>

952/995 item fields are back in response to GetRecord OAI verb.

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
Signed-off-by: Admin User Koha <koha at matrice_wheezy>

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


More information about the Koha-bugs mailing list