http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9579

--- Comment #17 from Bernardo Gonzalez Kriegel <bgkrie...@gmail.com> ---
Hi Tigran,
you can have two problems: wrong display and wrong links,
10176 fixes the link, not the display :-)

To fix the display we need to rewrite how facets are trimmed,
at this moment it use preference FacetLabelTruncationLength,
that truncates facet text at that lenght, which is alright 
but only for scripts that use latin or not ligate chars.
It needs to be rewritten so it cut facet text on " " (space)
position <= FacetLabelTruncationLength.

A workaround is set FacetLabelTruncationLength to a bigger 
value, 50 for example, then facets will not show those <?>.

The test I was talking about involves the links :-)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to