testing search function
This commit is contained in:
parent
7db758ca78
commit
52f4470777
@ -112,12 +112,12 @@ class SearchPage extends Page {
|
||||
foreach($mustIncludeArray as $mustIncludeItem => $i) {
|
||||
|
||||
print('DEBUG $mustMustIncludeItem: ');
|
||||
print_r($mustIncludeItem);
|
||||
print_r($mustIncludeItem[$i]);
|
||||
print('<br>');
|
||||
|
||||
$matchResult = $item->matches($mustIncludeItem);
|
||||
$matchResult = $item->matches($mustIncludeItem[$i]);
|
||||
|
||||
print('DEBUG $res: ');
|
||||
print('DEBUG $matchResult: ');
|
||||
var_dump($matchResult);
|
||||
print('<br>');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user