So I\'m trying to fetch objects from core data. I have list of say 80 objects, and I want to be able to search through them using a UISearchBar. They are displayed in a tab
use contains[cd] instead of like, and change:
NSPredicate *predicate =[NSPredicate predicateWithFormat:@"All"];
to:
NSPredicate *predicate =[NSPredicate predicateWithFormat:@"1=1"];