testing search function
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user