Bug #15020
Updated by Mathias Schreiber almost 10 years ago
when performing a like search on index_search.baseword containing a special character like an german "umlaut" e.g."ß" mysql returns "schloß" but also "schloss" this is because mysql reduces characters to its "basecharater" unless the db field is flagged as binary. a resultrow containing basecharactered word instead of the orignal search word makes indexedsearch fail on rendering the preview/highlight-searchword stuff. quick n dirty workaround is to set index_search.baseword to binary. (issue imported from #M1561)