I have a User object with the field email, I would like to call the find method in a way similar to this.
User.find({email: ["example@example.com", "example2@example.com"]});
I have tried using $contains but I am unable to get it working. Is there a way to do the IN array clause with ottoman? If it is currently not available will it be in V2?