when i search for an item like: atx-615w it shows 0 results but when i search for atx 615w (without dash) it finds 1result… i need for my search box to be able to use the hypen (-) here is my code :
$query[] = “(a.name REGEXP ‘( )(" . Implode("|", explode(" “, preg_replace(”/ +/", " ", $basic_search))) . ")( )’)”;
i am using phpprobid 6.0.7