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