testing search function
This commit is contained in:
parent
4c11bc605b
commit
55882611e7
@ -142,10 +142,9 @@ class Product extends Entity {
|
||||
}
|
||||
|
||||
if($matchAll && array_diff_assoc($terms, $matches)) {
|
||||
// print('=== DEBUG $terms ===<br>');
|
||||
// var_dump($terms);
|
||||
// print('<br><br>');
|
||||
|
||||
print('=== DEBUG $terms ===<br>');
|
||||
var_dump($terms);
|
||||
print('<br><br>');
|
||||
print('=== DEBUG diff $terms and $matches ===<br>');
|
||||
var_dump(array_diff_assoc($terms, $matches));
|
||||
print('<br><br>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user