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