testing search function
This commit is contained in:
parent
7d99899acd
commit
b9b37e07dd
@ -118,7 +118,7 @@ class SearchPage extends Page {
|
||||
foreach($items as $item) {
|
||||
|
||||
print('DEBUG $item: ');
|
||||
var_dump($item);
|
||||
var_dump($item->get_name());
|
||||
print('<br>');
|
||||
$mustMatch = $item->matches($mustIncludeArray);
|
||||
print('DEBUG matchresult of $mustMatch: ');
|
||||
|
Loading…
x
Reference in New Issue
Block a user