http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13231 Bug ID: 13231 Summary: ISBD/AACR2 punctuation causes double facets Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: pasi.kallinen@pttk.fi QA Contact: testopia@bugs.koha-community.org Created attachment 33454 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33454&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.