testing search function
This commit is contained in:
parent
b52e5a787a
commit
b435f1052a
@ -109,18 +109,13 @@ class SearchPage extends Page {
|
||||
foreach($items as $item) {
|
||||
|
||||
$mustMatchCheck = False;
|
||||
foreach($mustIncludeArray as $mustIncludeItem => $i) {
|
||||
foreach($mustIncludeArray as $mustIncludeItem) {
|
||||
|
||||
print('DEBUG $mustMustIncludeItem: ');
|
||||
print_r($mustIncludeItem[$i]);
|
||||
var_dump($mustIncludeItem);
|
||||
print('<br>');
|
||||
|
||||
print('DEBUG $i: ');
|
||||
print_r($i);
|
||||
var_dump($i);
|
||||
print('<br>');
|
||||
|
||||
$matchResult = $item->matches($mustIncludeItem);
|
||||
|
||||
print('DEBUG $matchResult: ');
|
||||
|
Loading…
x
Reference in New Issue
Block a user