Help with search syntax please
I don't understand how to change this line of code ...
$WADbSearch1->keywordComparison($KeyArr1,"".((isset($_POST["descriptionSearch"]))?" ".$_POST["descriptionSearch"]." ":"") ."","AND","Includes",",%20","|%20","%22","%22",0);
I'd love to see the syntax for this documented somewhere.
Anyway, my problem is this. descriptionSearch won't show me anything that has a full stop next to it. eg: it will find the word "service", but not the word "service." I have tried loads of ideas but I either break it or ... break it.
Can someone help please - urgent!!!
THANKS