This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Searched words not highlighted on result page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Searched words not highlighted on result page Reply To: Searched words not highlighted on result page

#24351
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Axl,

Unfortunately that is still not possible, and I am not sure if it will be ever implemented, due to some inconsistency issues.

The search issue might be only an apostrophe storage problem. If you try S'il Vous Plait (this uses a different apostrophe), it seems to be returning a result.
If that is an issue, then a possible solution would be using this tutorial code, and changing the variables as following:

  $characters = "’";
  $replace_with = "'";