Is there a way to transform something like this :
$crud->set_relation('gf_analystid', 'tbr_people', 'people_name',array('people_profileid' => 'ana'));
into this
$crud->set_relation('gf_analystid', 'tbr_people', 'people_name',array('people_profileid' => 'ana,bus'));
something like a "where_in" for a set relation ?
thanks