Forums › Forums › Search & Filter Pro › Doesn’t search with ñ
- This topic has 4 replies, 2 voices, and was last updated 3 years, 11 months ago by Trevor.
-
Anonymous(Private) December 12, 2020 at 2:19 pm #269664
Hello I have the plug-in installed in https://fesaalp.com/programacion
Everything works fine except when I do a name search and in it I used the letter ñ. For example if I search the word mañana it should show a movie that has this word and it doesn’t.Thank you!
Trevor(Private) December 14, 2020 at 10:57 am #269691I am seeing errors in the browser console.
Your theme also does not seem to be able to cope with those characters?
Compare these pages:
https://fesaalp.com/?s=manana
https://fesaalp.com/?s=mañanaOur Text search use the WordPress search to find such posts, and, as your installation of WordPress does not find them, it passes nothing to our filter.
You first need to fix WordPress so it ‘sees’ those characters. I think this is an encoding issue. It might be in the wp-config.php file, where these two settings set the language (they will look something like this if they are there):
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
You might be able to comment these lines out. Similarly, you should check which character set your SQL database is actually using (the collation).
I do not believe this is an actual issue with our plugin.
-
AuthorPosts