Ismailtaktak / freemedforms

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

Search misses accented characters - Recherche manque les médicaments ou contenu chimique (molécules) #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set search to "par molécules"
2. Input 'furos' and then type 'e' or 'é'
3. Notice the matches disappear

This is a known SQLite / Qt mix bug...
SQLite does not manage accents like MySQL. Using MySQL with something like 
UTF8.nosensitivecase -> manages 'e' == 'E' == 'é' == 'É'...

The current workarounds are:
1. for 'é' type 'É' or (more flexibly)...
2. use the wild card % or *

see http://ericmaeker.fr/FreeMedForms/di-manual/rechercher.html

Original issue reported on code.google.com by james.bu...@ubc.ca on 24 Feb 2010 at 1:24

GoogleCodeExporter commented 9 years ago
This might be nicely be "taught" in FD4 documentation :-)

Original comment by james.bu...@ubc.ca on 24 Feb 2010 at 1:39