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)) {
|
if($matchAll && array_diff_assoc($terms, $matches)) {
|
||||||
// print('=== DEBUG $terms ===<br>');
|
print('=== DEBUG $terms ===<br>');
|
||||||
// var_dump($terms);
|
var_dump($terms);
|
||||||
// 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>');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user