[Koha-bugs] [Bug 11300] New: Add a new authority linker which searches for authority links on a Z39.50 server.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 25 20:37:08 CET 2013


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

            Bug ID: 11300
           Summary: Add a new authority linker which searches for
                    authority links on a Z39.50 server.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: fcapovilla at live.ca
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Created attachment 23147
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23147&action=edit
Add a Z39.50 Linker that searches for authority links in the specified Z39.50
server.

This patch adds a Z39.50 Linker which searches for authority links on a remote
server.

If a matching authority is found, it's imported in the local database for
linking with the current biblio record.

If no matching authority was found on the remote server, the Linker falls back
to a local authority search.

Configuration :
* The option "Z39.50 Server" is added to the LinkerModule preference. You must
choose this to use the new Linker.
* The preference LinkerZ3950Server is required and specifies which server to
use for linking. It must contain the "name" of the server, as defined in the
z3950servers table.
* You can set the "local_first" option in the LinkerOptions preference to force
the Linker to search for authorities in the local database first. If no local
authority match was found, the Linker falls back to a remote Z39.50 search.

This patch depends on code added in Bug 11299, and must be applied after it.

Sponsored-by: CCSR ( http://www.ccsr.qc.ca )

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


More information about the Koha-bugs mailing list