I have used virtuemart 2.6.6 in joomla 2.5.22
virtuemart product search works good except the search keyword having single quotes. When i search for a keyword with single quotes it displays no results.
eg. Daniel's product
i have tried using
return mb_ereg_replace('-/[^\w'.preg_quote($custom).']/-', $replace, $source);
in config.php of virtuemart.
but still the problem occurs.
how to overcome this issue?
Thanks in advance