testing things
This commit is contained in:
parent
24ed30f22b
commit
864be389c3
@ -138,13 +138,13 @@ class SearchPage extends Page {
|
||||
var_dump($res);
|
||||
print('<br>');
|
||||
|
||||
// $mustIncludeTermCheck = $item->matches($mustIncludeTerm); // matchar inte korrekt???
|
||||
// if ($mustIncludeTermCheck) {
|
||||
// $mustMatchCheck[] = array(True);
|
||||
// }
|
||||
// else {
|
||||
// $mustMatchCheck[] = array(False);
|
||||
// }
|
||||
$mustIncludeTermCheck = $item->matches($mustIncludeTerm); // matchar inte korrekt???
|
||||
if ($mustIncludeTermCheck) {
|
||||
$mustMatchCheck[] = array(True);
|
||||
}
|
||||
else {
|
||||
$mustMatchCheck[] = array(False);
|
||||
}
|
||||
}
|
||||
print('<br>');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user