testing search function

This commit is contained in:
Viktor Pedersen 2021-08-19 10:54:31 +02:00
parent 6a177bd615
commit ae4cabf067

@ -100,6 +100,7 @@ class SearchPage extends Page {
foreach($items as $item) {
print('DEBUG Foreach $item: ');
var_dump($item);
print('<br>');
$mustMatchCheck = array();
foreach($mustIncludeArray as $mustIncludeTerm) { // pajar om Arrayen enbart har ett item???