https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24675
Phil Ringnalda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Phil Ringnalda <[email protected]> --- The actual situation with $e is even weirder, because although LC chooses not to use it, $e is actually defined for authority 100 tags in http://www.loc.gov/marc/authority/ad100.html but it isn't defined for what you would expect. Instead, as documented in http://www.loc.gov/marc/authority/adx00.html it's the relator between the $a and the $t in a name/title heading. So if you were cataloging according to MARC but not according to LC, you could have an "800 1# $aThunkitup, John,$ecreator$tOthers write John's characters series", and when Koha created an authority record from that and dropped the $ecreator it would be wrong. Making that work for 700, where $a$e means the relationship between the $a and the work the bib record describes, but $a$e$t means the relationship between the $a and the $t, would require a rewrite of how Koha decides what subfields are appropriate, to make them dependent on the existence of others, and that horrible ambiguity is probably why LC decided that it wasn't a good idea so they wouldn't use it. -- 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/
