fixed things
This commit is contained in:
parent
165f0eee2a
commit
bb03439acf
@ -108,12 +108,6 @@ class SearchPage extends Page {
|
|||||||
$sanitizedItems[] = array($item, $mustMatch);
|
$sanitizedItems[] = array($item, $mustMatch);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach($sanitizedItems as $sanitizedItem) {
|
|
||||||
print('DEBUG $sanitizedItem: ');
|
|
||||||
var_dump($sanitizedItem);
|
|
||||||
print('<br><br>');
|
|
||||||
}
|
|
||||||
|
|
||||||
// $mustIncludeCheck = array();
|
// $mustIncludeCheck = array();
|
||||||
// foreach($mustIncludeArray as $mustIncludeTerm) {
|
// foreach($mustIncludeArray as $mustIncludeTerm) {
|
||||||
// if ($item->matches($mustIncludeTerm)) {
|
// if ($item->matches($mustIncludeTerm)) {
|
||||||
@ -147,10 +141,12 @@ class SearchPage extends Page {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
// print('DEBUG $sanitizedItems: ');
|
|
||||||
// var_dump($sanitizedItems);
|
|
||||||
// print('<br><br>');
|
|
||||||
|
|
||||||
|
foreach($sanitizedItems as $sanitizedItem) {
|
||||||
|
print('DEBUG $sanitizedItem: ');
|
||||||
|
var_dump($sanitizedItem);
|
||||||
|
print('<br><br>');
|
||||||
|
}
|
||||||
|
|
||||||
$out = array();
|
$out = array();
|
||||||
return $out;
|
return $out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user