[Koha-bugs] [Bug 9579] Incorrect display of UNICODE symbols in 'Refine Search Results'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 5 13:49:52 CEST 2013


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

--- Comment #17 from Bernardo Gonzalez Kriegel <bgkriegel at 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.


More information about the Koha-bugs mailing list