https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35565
--- Comment #4 from Phil Ringnalda <[email protected]> --- That's unlikely to be anything to do with broader_headings, since it only takes effect when the full heading in the bib isn't found in an authority, and it then tries removing subfields from the end until it finds a match or runs out of subfields. Since your problem is with a heading with no subfields, broader_headings won't actually apply. That sounds more like the way my system had an old version of ByWater's default Elasticsearch mappings which included Match-Heading entries, and bug 24269 plus bug 25273 only work to fix the problem of a search for just Church of Jesus Christ of Latter-Day Saints returning a heading that's actually Church of Jesus Christ of Latter-Day Saints -- Presidents if you remove mappings for Match-Heading. With LinkerModule: Default that means both would be returned, and the bib heading wouldn't be linked, but if you have LinkerModule: FirstMatch, then the lower numbered authority, 360524, would be returned. It's not a fun read, but see ByWater ticket 109725 for my struggle out of that exact same problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
