= self::MIN_LENGTH_FOR_CONTENT_SEARCH) { $d['bodyPlain*'] = '%' . $textFilter . '%'; $d['body*'] = '%' . $textFilter . '%'; } $result['whereClause'][] = array( 'OR' => $d ); } protected function filterActual(&$result) { $result['whereClause'][] = array( 'oneOff!=' => true ); } }