http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9341 Bug ID: 9341 Summary: Problem with UNIMARC authors facets Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: vfernandes@keep.pt Problem happens in Koha 3.8 but maybe it happens also in 3.10. In UNIMARC installations the authors have a double comma separating the subfield a and the subfield b. The problem is the following: - UNIMARC authors are 7XX fields - In UNIMARC 7XXa is always filled with the surname and a comma, like "SURNAME," - The facets are build with 700ab, 701ab and 702ab - The facets use a comma to separate the subfield a and subfield b, so there a double comma: the separator and the comma from subfield a Solution: Change the method getFacets of Koha.pm - separator for UNIMARC authors will be a space instead of a comma. -- You are receiving this mail because: You are watching all bug changes.