testing search function

This commit is contained in:
Viktor Pedersen 2021-09-06 11:51:27 +02:00
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: ');