I am looking for a way to use NSPredicate to set a LIKE condition to retrieve objects. In addition, it would be useful to use OR . I'm trying to do something, if the user is looking for "James", I can write NSPredicate , which will execute the equivalent:
select * from users where firstname LIKE '%James%' OR lastname LIKE '%James%';
iphone cocoa-touch cocoa core-data nspredicate
randombits Apr 29 2018-10-21T00: 00Z
source share