google-code-export / glossword

Automatically exported from code.google.com/p/glossword
0 stars 0 forks source link

Strange search behavior with extended latin unicode characters #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
= What steps will reproduce the problem?
1. Create a term entry that includes one of the following lowercase letters: 
ḥ, ḍ, ẓ, ṭ, ṣ, ṛ, ɛ (for example, iḥla)
2. In frontend, search for the term (iḥla)
3. The search cannot find the entry, even though it is listed. If you change 
the "ḥ" to a capital letter, however, it works (a search for "iḤla" will 
find "iḥla").

= What is the expected output? What do you see instead?
I would expect a search for "*ḥ*" to reveal all terms that include "ḥ," but 
 it instead yields 0 results. Only a search for "*Ḥ*" works. Presumably for 
the same reason, any "Synonym" or "See Also" links to words that include these 
characters also give no results.

= What version of the product are you using?
1.8.11

= Please provide any additional information below.
This problem only appears on the frontend. In the admin control panel, a search 
for "iḥla" finds the word.

Original issue reported on code.google.com by miketurn...@gmail.com on 28 Sep 2010 at 3:27