Including a Relate Field in the Quick Search for a module

Hi Everyone,

Is it possible to add a relate field to the quicksearch_field on a modules list view? We know the field can be added in the following directory custom\<module>\clients\base\filters\basic\basic.php but whenever you add the relate field you can only search by the relate fields ID and not the name of the record. In the code below the roll_up_c is the field we want to search, but no records appear unless you search for the ID from the roll_up_id_c field.

$viewdefs['Module']['base']['filter']['basic'] = array(
'create' => true,
'quicksearch_field' => array('roll_up_id_c','roll_up_c','name'),
'quicksearch_priority' => 1,

Sugar Profession V11

Thanks!