https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33159
Janusz Kaczmarek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #24 from Janusz Kaczmarek <[email protected]> --- For me, it does not seem to work (tested with ./link_bibs_to_authorities.pl -v -l --test and AutoCreateAuthorities set to 'don't generate'--I don't want new auths to be generated since I have them already, and I want them to be linked). Consider following (a bit simplified) real world example. These records (in sense of auth. 008/040 and the use in biblio) all conform to MARC 21 definitions: BIBLIO: 00460nam a2200145 i 4500 008 230210s2023 xxk 000 0 eng d 100 1 $a Shakespeare, William 245 $a Hamlet ; $b Othello / $c William Shakespeare. 246 3 $a Othello 490 1 $a Great Books for Busy People 600 07 $a Hamlet $c (postać fikcyjna) $2 DBN 655 4 $a Literatura światowa 655 7 $a Literatura angielska $2 DBN 700 12 $a Shakespeare, William. $t Othello 830 0 $a Great Books for Busy People AUTHS: 00116nz a2200049n 4500 008 230210nn a|nnnabbn a aaa d 100 1 $a Shakespeare, William 00126nz a2200049n 4500 008 230210nn a|nnnabbn a aaa d 100 1 $a Shakespeare, William. $t Othello 00142nz a2200061n 4500 008 230210nn a|znnbabn a aaa d 040 $f DBN 100 0 $a Hamlet $c (postać fikcyjna) 00123nz a2200049n 4500 008 230210nn aznabbban a ana d 130 0 $a Great Books for Busy People 00116nz a2200049n 4500 008 230210 n anznnbabn a ana d 155 $a Literatura angielska 00116nz a2200049n 4500 008 230210 n an|nnbabn a ana d 155 $a Literatura światowa All the six headings (100, 600, 2 x 655, 700 and 830) should be properly linked with their appropriate auth records. But only one of the is actually being linked (Hamlet (postać fikcyjna)), the rest is not (nor under Zebra, nor with ES). BTW, this is correct MARC 21 data that should be linked in any case. But since there are libraries with local data, that are not paying much attention on 008 etc., the should be IMHO a syspref to switch the strict behavior off. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
