diff --git a/Controller/Component/PrgComponent.php b/Controller/Component/PrgComponent.php index 03c4195..55611cc 100644 --- a/Controller/Component/PrgComponent.php +++ b/Controller/Component/PrgComponent.php @@ -465,7 +465,7 @@ protected function _parseFromModel(array $arg, $key = null) { if (isset($arg['presetType'])) { $arg['type'] = $arg['presetType']; unset($arg['presetType']); - } elseif (!isset($arg['type']) || in_array($arg['type'], array('expression', 'query', 'subquery', 'like', 'type'))) { + } elseif (!isset($arg['type']) || in_array($arg['type'], array('expression', 'query', 'subquery', 'like', 'type', 'ilike'))) { $arg['type'] = 'value'; }