Viewing 1 post (of 1 total)
  • Author
    Posts
  • José Francisco Moreno González Friend
    #1035140

    I solved it.
    On file /components/com_jak2filter/models/itemlist.php
    Line 1574, after $sql .= empty($where) ? ” : ‘ AND ‘ . implode(‘ AND ‘, $where);
    Put $sql = str_replace("\’", "’", $sql);

    Now working.

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  José Francisco Moreno González 7 years, 6 months ago.

The topic ‘Match All not working’ is closed to new replies.