I know its been a bit of a whole since my last update but have a bit of useful info here:
function beforeFind(&$queryData)
{
$conditions = $queryData['conditions'];
if (!is_array($conditions)) {
if (!$conditions) {
[...]











