testing search function
This commit is contained in:
parent
efddd93c88
commit
1b3c3f07c8
@ -105,7 +105,7 @@ class SearchPage extends Page {
|
||||
var_dump($mustIncludeTerm);
|
||||
print('<br>');
|
||||
|
||||
$res = $item->matches();
|
||||
$res = $item->matches($mustIncludeTerm);
|
||||
|
||||
// $mustIncludeTermCheck = $item->matches($mustIncludeTerm); // matchar inte korrekt???
|
||||
// if ($mustIncludeTermCheck) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user