Refinement filters are written using FQL. https://msdn.microsoft.com/en-us/library/office/ff394606.aspx
So you could do: and(author:"mikael",author:or("a","b","c"))
So you could do: and(author:"mikael",author:or("a","b","c"))