In the master data, I have an object called a keyword with property text. I want to find all the keyword objects that are contained in a particular ad.
I tried:
[NSPredicate predicateWithFormat:@"%@ contains[c] text", myString];
But this is a failure. It seems that if it works, only if it changes.
source share