testing search function

This commit is contained in:
Viktor Pedersen 2021-08-13 11:26:17 +02:00
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 {