[Koha-bugs] [Bug 12977] New: SRU + DOM on package installs doesn't show MARCXML by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 22 17:29:37 CEST 2014


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 at gmail.com
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at 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 at 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 at attr%201=7%20%229783832978136%22&startRecord=1&maximumRecords=20

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


More information about the Koha-bugs mailing list