http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7284
--- Comment #12 from Jared Camins-Esakov <[email protected]> 2012-01-11 19:18:59 UTC --- (In reply to comment #11) > There may be more than a unique heading match because the matching is > done on a global Zebra authority index. We could, for example, search > specifically on Zebra Personal-Name-Heading rather than on Heading-Main. The benefit of the architecture I chose for the Linker is that it is easy to implement a new linker that does as granular matching as one could wish. From my point of view, using the more specific indexes greatly increases the complexity for minimal benefit. Patches adding a C4::Linker::PreciseIndex linker module are gratefully accepted. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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/
