teasting search function
This commit is contained in:
parent
7898227af3
commit
a2a20b0b71
@ -101,7 +101,7 @@ class SearchPage extends Page {
|
||||
$items = get_items($type);
|
||||
$sanitizedItems = array();
|
||||
foreach($items as $item) {
|
||||
$result = $item->matches($mustMatchArray);
|
||||
$result = $item->matches($mustMatchArray, True);
|
||||
if($result) {
|
||||
$sanitizedItems[] = array($item, $result);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user