@@ -, +, @@ - After applying the patch do a search and check the double comma in authors facets. - Apply the patch - Do a new search - Check if authors facets as a double comma --- C4/Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Koha.pm +++ a/C4/Koha.pm @@ -706,7 +706,7 @@ sub getFacets { idx => 'au', label => 'Authors', tags => [ qw/ 700ab 701ab 702ab / ], - sep => ', ', + sep => ' ', }, { idx => 'se', --