testing search function

This commit is contained in:
Viktor Pedersen 2021-08-13 11:07:35 +02:00
parent fc93016b3d
commit 0083976c14

@ -110,7 +110,7 @@ class SearchPage extends Page {
foreach($items as $item) {
foreach ($mustIncludeArray as $mustIncludeItem) {
if($item->matches($mustIncludeItem)) {
if($item->matches($mustIncludeArray)) {
$mustMatchCheck = True;
print('DEBUG $mustMatchCheck: TRUE <br>');
} else {