_getAutocompleteSelect($type); $select->where( 'CONCAT_WS(" ", IFNULL(User.`nickname`, User.`firstName`), User.`lastName`) LIKE ?', '%' . $term . '%' ); return $this->_db->fetchAll($select); } }