Actually it is possible to implement completely arbitrary “set filter” by creating Array of Or filters and using that as a Or filter in the Container. So put the values you want to filter in a set for example and iterate that to Array. Then finaly give that Array to constructor of new Or filter.