Search Results to narrow down to complete keyword
When I do a search, I get results for All the words in the keyword field individually instead of having it narrowed down to the 'whole' of the words in the keyword field.  For example, when I search for 'Aluminun Core Cone' I get all results that include any of those words.  I would like to get in this case only the results that include exactly those words only.
Here's my code:
<?php
$searchWADAcac_prod_subcategory_leveltwo_NEW_WADbSearch1 = new WA_MySQLi_Search("WADAcac_prod_subcategory_leveltwo_NEW","");
if (isset($_GET["Search"]) || isset($_GET["Search_x"])) {
  $searchWADAcac_prod_subcategory_leveltwo_NEW_WADbSearch1->clearSearch();
  $searchWADAcac_prod_subcategory_leveltwo_NEW_WADbSearch1->setSearch(array("type"=>"Key", "comparison"=>"includes", "join"=>"AND", "and"=>", ", "or"=>" ", "start_encap"=>"\"", "end_encap"=>"\""), array("prod_name", "prod_name2", "part_no"), "s", "".(isset($_GET["prod_name"])?$_GET["prod_name"]:"") ."");
}
?>
I've also attached the file. Thank you.


