Bug 12977

Summary: SRU + DOM on package installs doesn't show MARCXML by default
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Z39.50 / SRU / OpenSearch ServersAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2014-09-22 15:29:37 UTC
When using SRU on a package install, Koha will display the 'Zebra indexes' instead of a MARCXML record.

It seems that bug 9612 fixed this for standard installations, but it's still a problem in package based installations.

So this link will give you MARCXML with grs-1:
...biblios?version=1.1&operation=searchRetrieve&x-pquery=%20@attr%201=7%20%229783832978136%22&startRecord=1&maximumRecords=20

But with DOM you will need to add the RecordSchema attribute in order to get MARCXML:
biblios?version=1.1&operation=searchRetrieve&recordSchema=marcxml&x-pquery=%20@attr%201=7%20%229783832978136%22&startRecord=1&maximumRecords=20
Comment 1 Marcel de Rooy 2014-09-22 19:38:23 UTC
Would this in principle be the same as bug 12012?
Comment 2 Katrin Fischer 2014-09-22 19:41:50 UTC
Hi Marcel, I think you are right :)

*** This bug has been marked as a duplicate of bug 12012 ***