Bug 21318

Summary: Add control number to authority Z39.50 search form
Product: Koha Reporter: Josef Moravec <josef.moravec>
Component: CatalogingAssignee: Josef Moravec <josef.moravec>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: enhancement    
Priority: P5 - low CC: black23, katrin.fischer, m.de.rooy, martin.renvoize, nick, rbit
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 19436    
Bug Blocks: 21404    
Attachments: Bug 21318: Add control number as an option to search authority using Z39.50
Bug 21318: Add control number as an option to search authority using Z39.50
Bug 21318: Add control number as an option to search authority using Z39.50

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.