diff --git a/src/Model/Behavior/FilteredBehavior.php b/src/Model/Behavior/FilteredBehavior.php index ed3a639..8d2f8f0 100644 --- a/src/Model/Behavior/FilteredBehavior.php +++ b/src/Model/Behavior/FilteredBehavior.php @@ -419,7 +419,7 @@ protected function buildFilterConditions(Query $Query, $field, $options, $value) } break; default: - if (strlen(trim(strval($value))) == 0) { + if (is_array($value) || strlen(trim(strval($value))) == 0) { break; }