https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35565
Phil Ringnalda <p...@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |p...@chetcolibrary.org --- Comment #2 from Phil Ringnalda <p...@chetcolibrary.org> --- (In reply to Esther Melander from comment #0) > LinkerOptions: broader_headings That's precisely what broader_headings does: if there's no match for a heading with more than one subfield, it removes the last one until it finds a match or runs out of subfields to remove. As the manual says, "This feature is experimental and shouldn’t be used in a production environment until further expanded upon." The feature has been untouched since it landed in 2012. It would be possible to fix this particular problem by teaching it to not remove subfields in the name portion and name-title portion of https://www.loc.gov/marc/authority/adx00.html but then doing the same for x10 and x11 will be complicated by the way that you can actually have more than one $d or $n, where one is part of the name and one is part of the title in a name-title heading. Perhaps a config file for what subfields may be removed from each bib field (since it would be reasonable to have different choices for 100/600/700/800)? Or, in far fewer lines of code, remove the feature which has been experimental and non-production and untouched for over 13 years. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/