Had a test with your response and went with the below in my filter;
$dwzSearch_2->AddFilter("service_products.Skills", "One", "", $array = split("Specialisms", ","), "", "N", "0");
I do get the following error though in the search script as below;
Warning: Illegal offset type in isset or empty in E:\Websites\Needles_Online\dwzSearch\dwzSearch.php on line 284
can you advise me where I am going wrong?
PS I did try to do this defining the array before the filter as below but the same result; $array = split("Specialisms", ",") $dwzSearch_2->AddFilter("service_products.Skills", "One", "", $array, "", "N", "0");
Any advice would be appreciated. Regards
Jonathan |
|
|