Bug 12977 - SRU + DOM on package installs doesn't show MARCXML by default
Summary: SRU + DOM on package installs doesn't show MARCXML by default
Status: RESOLVED DUPLICATE of bug 12012
Alias: None
Product: Koha
Classification: Unclassified
Component: Z39.50 / SRU / OpenSearch Servers (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 15:29 UTC by Katrin Fischer
Modified: 2014-09-22 19:41 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***