bug searching
This commit is contained in:
parent
8686eba653
commit
fa765dde5e
@ -142,8 +142,12 @@ class Product extends Entity {
|
||||
}
|
||||
|
||||
if($matchAll && array_diff_assoc($terms, $matches)) {
|
||||
var_dump($terms, $matches);
|
||||
// var_dump(expression);
|
||||
print('=== DEBUG $terms: ');
|
||||
var_dump($terms);
|
||||
print(' ===<br>');
|
||||
print('=== DEBUG $matches: ');
|
||||
var_dump($matches);
|
||||
print(' ===<br><br>');
|
||||
// var_dump(array_diff_assoc($terms, $matches));
|
||||
return array();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user