In database fields are characters to html entities converted, so if I try to search for words like übung or ärzte nothing is found. I tried to add in my SQL query COLLATE utf8_general_ci
but I get there following error: COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'latin1'
My fields what I search are in utf8_general_ci encoding.
Is there possible to make such search or to convert by submit some letters to html entities?