testing search function
This commit is contained in:
parent
df0456959e
commit
e992b2ec65
@ -107,9 +107,10 @@ class SearchPage extends Page {
|
||||
$out = array();
|
||||
$mustMatchCheck = False;
|
||||
|
||||
|
||||
foreach($items as $item) {
|
||||
foreach ($mustMatchResults as $matchResult) {
|
||||
if($item->matches($mustIncludeArray)) {
|
||||
foreach ($mustIncludeArray as $mustIncludeItem) {
|
||||
if($item->matches($mustIncludeItem)) {
|
||||
$mustMatchCheck = True;
|
||||
print('DEBUG $mustMatchCheck: TRUE');
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user