testing search function
This commit is contained in:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user