[Koha-bugs] [Bug 11300] 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
Sat Jan 16 15:52:19 CET 2021


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

--- Comment #38 from Maryse Simard <maryse.simard at inlibro.com> ---
Created attachment 115217
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115217&action=edit
Bug 11300: Add a new authority linker which searches for authority links on a
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.

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