testing search function
This commit is contained in:
parent
b435f1052a
commit
7535602f85
@ -116,8 +116,8 @@ class SearchPage extends Page {
|
||||
var_dump($mustIncludeItem);
|
||||
print('<br>');
|
||||
|
||||
$matchResult = $item->matches($mustIncludeItem);
|
||||
|
||||
// $matchResult = $item->matches($mustIncludeItem);
|
||||
$matchResult = in_array($mustIncludeItem, $item)
|
||||
print('DEBUG $matchResult: ');
|
||||
var_dump($matchResult);
|
||||
print('<br>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user