Viewing 2 replies - 1 through 2 (of 2 total)
  • No, it won’t. I also messes up apostrophes. A few people have asked about this and they aren’t answering.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    the problem can be resolved.
    Open the file class.yith-wcas.php and change this line

    $search_keyword = esc_attr($_REQUEST['query']);

    with this
    $search_keyword = $_REQUEST['query'];

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search issues when using diacritics’ is closed to new replies.