Issues with selecting special characters
-
Hello!
I have an issue regarding selecting users that have for example an “ö” in their last name.
I have tried to search for this issue that has been resolved already, but using the search bar didn’t result in anything unfortunately.When the user gets added to the database, the value gets stored correctly.
Even using a SELECT statement in phpmyadmin I get the result I want, the user with the special character in its last name.Unfortunately I do not get this result when I try to search using this shortcode
[pdb_list suppress=true search=true template=multisearch]Searching works fine for all other entries, except for the one with the special character “ö” in its last name.
The collation for the tables:
– wp_participants_database
– wp_participants_database_fields
– wp_participants_database_groups
are all set to utf8_unicode_cinote that I was told to try to fix this, so I don’t know if the collations are this by default or if they were changed.
Plus I’m pretty new to this, I’m doing this for internship.Thanks in advance!
The topic ‘Issues with selecting special characters’ is closed to new replies.