testing things

This commit is contained in:
Viktor Pedersen 2021-08-23 14:22:44 +02:00
parent 864be389c3
commit 90246310a3

@ -141,9 +141,13 @@ class SearchPage extends Page {
$mustIncludeTermCheck = $item->matches($mustIncludeTerm); // matchar inte korrekt???
if ($mustIncludeTermCheck) {
$mustMatchCheck[] = array(True);
print('DEBUG TRUE added to $mustMatchCheck[] ');
print('<br>');
}
else {
$mustMatchCheck[] = array(False);
print('DEBUG FALSE added to $mustMatchCheck[] ');
print('<br>');
}
}
print('<br>');