testing search

This commit is contained in:
Viktor Pedersen 2021-08-13 11:10:36 +02:00
parent ddd57a856e
commit c4c6c13d33

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