Cmsms and mysql database uses UTF-8 encoding.
There was a bug on 1.01 (http://dev.cmsmadesimple.org/tracker/in ... 6&atid=101) that prevented search module to search and index umlauts properly. That's corrected now on 1.02.
On CMSMS 1.02, if Title or Menu Text contains nordic characters (öäå) they get stored to database without umlaut encoding and search module doesn't find these strings.
If Content contains nordic special characters without umlaut encoding, search module doesn't find these words either.
Picture is content_props table content field. If content contains special characters with and without umlauts, only umlaut encoded strings are found

Searching word mäki1 finds string but mäki2 finds nothing.
Indexing seems to work OK at both cases

Using only umlaut encoded characters on content is fine for me, but search module being unable to search Menu Texts or Titles containing special characters is big problem.
Something I should try??
Teemu