bug searching
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user