Matching array values to a field that is an array

So I have some posts, that have a list of groups attached to each of them.
Is there a way to provide elastic search with a list of filtered groups
that the user is filtering by, and if one of those ids(in the list of
filtered groups) is present in a post's list of groups, match that post
document?

--