View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004939 | OXID eShop (all versions) | 1.06. Search, Tags | public | 2013-02-18 14:20 | 2013-02-20 13:17 |
Reporter | dominik_ziegler | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.6.6 revision 54646 | ||||
Summary | 0004939: Searching for "rose" finds "große" too | ||||
Description | Place the german word "große" somewhere in article long description and search for "rose". You will find also the article, in which "große" was entered. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
This issue related with mySQL, andhow it compare (order) string; it depends on used collations. some links on this theme: http://stackoverflow.com/questions/7917367/mysql-why-are-collation-rules-ignored-by-like-operator-for-german-ss-character http://bugs.mysql.com/bug.php?id=27877 so select proper collation for your needs |