Bug 21318 - Add control number to authority Z39.50 search form
Summary: Add control number to authority Z39.50 search form
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Josef Moravec
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on: 19436
Blocks: 21404
  Show dependency treegraph
 
Reported: 2018-09-06 09:44 UTC by Josef Moravec
Modified: 2019-10-14 19:55 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 21318: Add control number as an option to search authority using Z39.50 (3.82 KB, patch)
2018-09-06 10:12 UTC, Josef Moravec
Details | Diff | Splinter Review
Bug 21318: Add control number as an option to search authority using Z39.50 (3.87 KB, patch)
2018-09-07 08:37 UTC, Michal Denar
Details | Diff | Splinter Review
Bug 21318: Add control number as an option to search authority using Z39.50 (3.99 KB, patch)
2018-09-24 20:27 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Moravec 2018-09-06 09:44:28 UTC

    
Comment 1 Josef Moravec 2018-09-06 10:12:20 UTC
Created attachment 78462 [details] [review]
Bug 21318: Add control number as an option to search authority using Z39.50

1) Apply the patch
2) Go to administration and set up a z39.50 authority server, which does
support searching by control number (use attribute 12), you can use czech
national library server:
host: aleph.nkp.cz
port: 9991
base: aut-utf
format: MARC21
encoding: UTF-8
3) Try to find an authority by control number using z39.50 - if you use the server
recomended in point 2) there is web access to the base at
http://aleph.nkp.cz/eng/aut
Comment 2 Michal Denar 2018-09-07 08:37:20 UTC
Created attachment 78503 [details] [review]
Bug 21318: Add control number as an option to search authority using Z39.50

1) Apply the patch
2) Go to administration and set up a z39.50 authority server, which does
support searching by control number (use attribute 12), you can use czech
national library server:
host: aleph.nkp.cz
port: 9991
base: aut-utf
format: MARC21
encoding: UTF-8
3) Try to find an authority by control number using z39.50 - if you use the server
recomended in point 2) there is web access to the base at
http://aleph.nkp.cz/eng/aut

Signed-off-by: Michal Denar <black23@gmail.com>
Comment 3 Katrin Fischer 2018-09-24 20:02:03 UTC
Hi Michal, is your sign-off line correct or should it not be black...? I'll fix it if this passes.
Comment 4 Katrin Fischer 2018-09-24 20:27:27 UTC
Created attachment 79346 [details] [review]
Bug 21318: Add control number as an option to search authority using Z39.50

1) Apply the patch
2) Go to administration and set up a z39.50 authority server, which does
support searching by control number (use attribute 12), you can use czech
national library server:
host: aleph.nkp.cz
port: 9991
base: aut-utf
format: MARC21
encoding: UTF-8
3) Try to find an authority by control number using z39.50 - if you use the server
recomended in point 2) there is web access to the base at
http://aleph.nkp.cz/eng/aut

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Fixed a typo in a code comment and a whitespace issue in the template.
Comment 5 Katrin Fischer 2018-09-24 20:28:13 UTC
Works nicely with the given Z39.50 server. I did some research and 12 appears to be the correct attribute. Unfortunately it looks like LOC is not supporting it.
Comment 6 Nick Clemens (kidclamp) 2018-10-01 16:44:43 UTC
Awesome work all!

Pushed to master for 18.11
Comment 7 Martin Renvoize 2018-10-05 12:11:42 UTC
Enhancement, will not be backported to 18.05.x series.