http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13231
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33454|0 |1 is obsolete| | --- Comment #6 from Bernardo Gonzalez Kriegel <[email protected]> --- Created attachment 39704 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39704&action=edit [SIGNED-OFF] Bug 13231: ISBD/AACR2 punctuation causes double facets (Reworked patch, original from paxed was a diff file) Naively remove ISBD punctuation from facets Using MARC21, assume the following in one biblio: 100 1 $aFoo, $ewriter. And this in another biblio: 100 1 $aFoo. This produces double facets, one of "Foo," and another for "Foo." - It should just use one facet, "Foo" Attached is a quick hack to achieve this. Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]> Test: 2 records modified as proposed, search by author gives 2 facets With patch only one No errors -- 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/
