Hello everyone,
I am having trouble in search bar with special characters. When i put ’ in search bar, for example “it’s a boy” then it does not give any result. in URL it shows it like “it%27s”. How can i fix this issue?
Regards
Hello everyone,
I am having trouble in search bar with special characters. When i put ’ in search bar, for example “it’s a boy” then it does not give any result. in URL it shows it like “it%27s”. How can i fix this issue?
Regards
This is the encoding of URL from the browser of an apostrophe when you type “it’s a boy” https://www.techwalla.com/articles/how-to-encode-an-apostrophe-in-a-url
You would like to get a search result you can define an apostrophe as a stop word in your database engine MySQL MySQL :: MySQL 5.7 Reference Manual :: 12.10.4 Full-Text Stopwords
Does your shop run in UTF-8 or ISO?