[Koha-bugs] [Bug 10096] Add a Z39.50 interface for authority searching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 13 04:44:51 CEST 2013


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

--- Comment #7 from David Cook <dcook at prosentient.com.au> ---
Created attachment 18108
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18108&action=edit
Bug 10096 [DB Follow-up] - Add a Z39.50 interface for authority searching

This patch adds the "recordtype" column to the "z3950servers" table.

The value in this column (biblio or authority) then controls whether
the z3950 server shows up in a bibliographic search (through the
Acq and Cataloguing modules) or in an authority search (through
the Authorities module).

I also edited the z3950 management console to show this value
and allow users to edit it. The default value is "biblio", since
the vast majority of z3950 targets will be bibliographic. However,
there is an option to add/edit a z3950 target as a source of
authority records.

Test Plan:

1) Apply both patches
2) Run updatedatabase.pl (after setting your KOHA_CONF and PERL5
environmental variables)
3) Use the test plan from the 1st patch

N.B. Make sure that your Z39.50 client target has a Record Type
of Authority, otherwise it won't display when you're doing a
Z3950 search for authorities.

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


More information about the Koha-bugs mailing list