http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9274
M. de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #11 from M. de Rooy <[email protected]> --- The patches fixes the problem with several authors. So, no crash. That is great! But if the marc fields include more information than the name in $a, they are attached as well in the string. For instance a 700$a with a name and a 700$4 with a relator code sht (supporting host?), make this as author name (marc21): author = "Bohlmann, Carolin and Museumslandschaft Hessen Kassel and Museum Schloss Wilhelmshöhe and sht" The part "and sht" comes from the $4 and should not be included. The results from GetMarcAuthors need one more level of "grepping" on code equals $a. In my view this report could address that now too. I do not feel that this report should also address the "who is an author" discussion here. But note that not everybody in 7XX will be an author. In my testcase above Carolin is author, the second 700 is editor and the third is the host for the exhibition (the book is the exhibition catalog). But as said, we leave the scope of this report now. Note that this patch is marked trivial (one line), but reading multiple maps and greps on one line is certainly not that trivial :) Could you please send a correction or followup? Failed QA -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
