testing search function

This commit is contained in:
Viktor Pedersen 2021-09-08 10:31:45 +02:00
parent 9f9fd166f6
commit a1e187744b

@ -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);
}