739c739 < $query2 = substr(str_repeat("i.word = '%s' OR ", count($arguments2)), 0, -4); --- > $query2 = substr(str_repeat("i.word like '%%%s%%' OR ", count($arguments2)), 0, -4); 764c764 < return array("d.data ". ($not ? 'NOT ' : '') ."LIKE '%% %s %%'", $count); --- > return array("d.data ". ($not ? 'NOT ' : '') ."LIKE '%%%s%%'", $count);