Defect #6551
openHighlighting in search results is case sensitive for cyrillic pattern
50%
Description
I am sorry for my persistence, I have published the same problem on forum, but still have no response from there...
When I search any pattern in english everything works fine - highlighting in search results is case insensitive. If I try to search pattern in russian I have case insensitive search output, but highlighting my pattern in that results is case sensitive.
For example, if I try to search "ам" (all in lowercase) pattern I will see the next:
- all letter in search output are lowercase and highlighting work fine
- but if it is one letter or more is uppercase, highlighting doesn't appear.
In source code of search results page this tag <span class="highlight token-0">ам</span> exist for first image and does not exists for the second.
I use MySQL 5.1.41 database with utf8_general_ci encoding and apache + passenger on Ubuntu 10.04, rails-2.3.5, ruby 1.8.6. Please help me to remove this little issue. Thanks!
Files
Related issues