My parse class has a property called "postcodes", which is an array of numbers.
In my app, I have an array of "relevantPostcodes". I want to create a query where the postcodes key contains any object from the "relevantPostcodes" array.
Something like [query whereKey:@"postcodes" containsAnyObjectInArray:relevantPostcodes"]. Any ideas?