testing search function
This commit is contained in:
parent
11f775493d
commit
4c11bc605b
@ -147,7 +147,7 @@ class Product extends Entity {
|
|||||||
// print('<br><br>');
|
// print('<br><br>');
|
||||||
|
|
||||||
print('=== DEBUG diff $terms and $matches ===<br>');
|
print('=== DEBUG diff $terms and $matches ===<br>');
|
||||||
var_dump($array_diff_assoc($terms, $matches));
|
var_dump(array_diff_assoc($terms, $matches));
|
||||||
print('<br><br>');
|
print('<br><br>');
|
||||||
print('=== DEBUG $matches ===<br>');
|
print('=== DEBUG $matches ===<br>');
|
||||||
var_dump($matches);
|
var_dump($matches);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user