bug searching
This commit is contained in:
parent
7166a31d99
commit
04c919f32d
@ -140,7 +140,9 @@ class Product extends Entity {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if($matchAll && array_diff_assoc($terms, $matches)) {
|
||||
var_dump(array_diff_assoc($terms, $matches));
|
||||
return array();
|
||||
}
|
||||
return $matches;
|
||||
|
Loading…
x
Reference in New Issue
Block a user