http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12977 Bug ID: 12977 Summary: SRU + DOM on package installs doesn't show MARCXML by default Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: gmcharlt@gmail.com Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl 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 -- You are receiving this mail because: You are watching all bug changes.