testing search function
This commit is contained in:
parent
14b0ecfa46
commit
074c442006
@ -116,7 +116,7 @@ class SearchPage extends Page {
|
||||
print('<br>');
|
||||
|
||||
$res = $item->matches($mustIncludeItem);
|
||||
if(in_array($mustIncludeItem, $res, True)) {
|
||||
if($res) {
|
||||
$mustMatchCheck = True;
|
||||
print('DEBUG $mustMatchCheck: TRUE <br>');
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user