diff --git a/include/SearchPage.php b/include/SearchPage.php index 18469f4..b823aef 100644 --- a/include/SearchPage.php +++ b/include/SearchPage.php @@ -115,8 +115,11 @@ class SearchPage extends Page { // $mustMatchCheck[] = False; // } // } - - if(in_array(False, $mustMatchCheck, True) === False) { + // if(in_array(False, $mustMatchCheck, True) === False) { + // $sanitizedItems[] = array($item, $mustMatch); + // } + + if($mustMatch) { $sanitizedItems[] = array($item, $mustMatch); }