bug searching

This commit is contained in:
Viktor Pedersen 2021-09-08 11:16:17 +02:00
parent 7166a31d99
commit 04c919f32d

@ -140,7 +140,9 @@ class Product extends Entity {
} }
} }
} }
if($matchAll && array_diff_assoc($terms, $matches)) { if($matchAll && array_diff_assoc($terms, $matches)) {
var_dump(array_diff_assoc($terms, $matches));
return array(); return array();
} }
return $matches; return $matches;