This question may be related to a resolved thread.
This question may also be related to a resolved thread.
Also see this related Feature Request.
I have a client who’s wanted to search for this entry on their site:
http://greatmuseums.org/explore/more/a_womans_touch_national_museum_of_women_in_the_arts
They searched for the word “woman’s” with a standard apostrophe, not a curly apostrophe. The entry wouldn’t come up in search. I looked in the database and saw the apostrophe had been converted to an HTML entity. The actual data’s content was turned into
A Woman’s Touch: National Museum of Women in the ArtsIt seems then that Expression Engines’ simple search wouldn’t translate between a search for the apostrophe and the entity that it was changed to in the database.
For the time being, I’ve manually gone into the database for this entry and changed the & # 8 2 1 7 ; into a regular apostrophe, but this isn’t a really workable solution.
How can I make the simple search recognize the character properly without manually changing the database. I saw somewhere on the forums a suggestion to make a new field with its formatting set to None for this channel and have the client enter the title in that field and have EE not convert the apostrophe in that field since there isn’t that option available for the “Title” field, but that’s not a workable solution currently. I’d really like the search to do this conversion and find the even if a special character has been encoded.
Any thoughts on solving that?