Drupal - How to use multiple values for an exposed filter via url
If using ?author_nid[]=38&author_nid[]=32
as suggested by milkovsky doesn't work you may need to look at using contextual filters. Or, as I think might be your only option, use hook_views_query_alter where you can build your own views query WHERE clause based on $_GET parameters.