https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43489
Phil Ringnalda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Phil Ringnalda <[email protected]> --- It's not as simple as the auth_type, since 600 1 7 $aGoddard, Giles$vNovela$2bidex is both unambiguously thesaurus-scoped and not something that would have been autocreated from a 100 tag. Possibly it's as simple as "is a 600 and contains no subfields which are in $bib_heading_fields->600->subfields but not in $bib_heading_fields->100->subfields"? Not entirely sure, since that's not exactly what those lists were created for and I haven't examined every single subfield. And should we be limiting this to only when AutoCreateAuthorities is on, since it's solving a problem that doesn't exist when it's off? Consider a library with a population that is half Japanese-speaking and half English-speaking, which catalogs all its works in both LCSH and NDL and chooses which to display based on the language each user has chosen. They will not thank you for linking both of their Shakespeare, William, 1564-1616 600s to one authority record. Or for treating them as duplicates by doing a non-thesaurus-scoped search for them. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
