| Title | Search highlighting doesn't work for non-latin characters |
| Date | 27-Nov-2005 21:16:13 EET |
| Version | 2.2.33 |
| Submitter | 194.67.67.194 |
| Bug criticality | CosmeticBug |
| Browser version | ie, firefox |
| Bug status | ClosedBug |
| PageProvider used | |
| Servlet Container | |
| Operating System | |
| URL | http://www.jspwiki.org/Search.jsp?query=%D1%82%D0%B5%D1%81%D1%82&ok=Find%21![]() |
| Java version |
When search results displayed only terms in latin character set are highlighted. Unicode symbols are undecoded incorrectly.
I've tried to insert alert(words) in search_highlight.js
:
words = words.replace(/-\S+\s/g,''); alert(words); words = unescape(words.replace(/\+/g,' ')).split(/\s+/);and results were actually wrong.
I think it's still around in 2.4...
Fixed in 2.5.79-alpha.
-- JanneJalkanen, 12-Jun-2007