testing search function
This commit is contained in:
parent
6c9aa4dcdd
commit
11f775493d
@ -145,10 +145,14 @@ class Product extends Entity {
|
|||||||
// 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>');
|
||||||
|
var_dump($array_diff_assoc($terms, $matches));
|
||||||
|
print('<br><br>');
|
||||||
print('=== DEBUG $matches ===<br>');
|
print('=== DEBUG $matches ===<br>');
|
||||||
var_dump($matches);
|
var_dump($matches);
|
||||||
print('<br><br>');
|
print('<br><br>');
|
||||||
// var_dump(array_diff_assoc($terms, $matches));
|
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
return $matches;
|
return $matches;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user