[Koha-bugs] [Bug 23173] ILL should be able to search third party sources prior to request creation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 11 15:25:03 CEST 2019


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

--- Comment #3 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 91465
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91465&action=edit
Bug 23173: Provide core infrastructure

This patch adds the required infrastructure to enable ILL availability
plugins to intercept the request creation process and, using the
supplied metadata, search for and display possible relevant items from
whichever availability plugins are installed.

Currently two availability plugins exist:

z39.50 - Searches any number of the Koha instance's configured Z targets
https://github.com/PTFS-Europe/koha-plugin-ill-avail-z3950

Unpaywall - Searches the Unpaywall API for possible open access versions
of the requested item
https://github.com/PTFS-Europe/koha-plugin-ill-avail-unpaywall

The Unpaywall plugin is intended to serve as a "reference" plugin as the
API it deals with is extremely simple

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


More information about the Koha-bugs mailing list