How can i set mysql select to treat words without single quote same as if i searched them with single quote.
for example if i'm searching for dont
treat it like don't
What I've tried
MATCH(title,short_story,full_story,dle_post.xfields) AGAINST ('dont') order by MATCH (title) AGAINST ('dont' IN NATURAL LANGUAGE MODE WITH QUERY EXPANSION) desc LIMIT 0,22