tags:

views:

32

answers:

0

Hi,

NSString *newValue = @"#xyz";

but the following searchPreidate is not finding that. pls let me know how to solve this

self.searchPredicate = [NSPredicate predicateWithFormat:@"(value contains[c] %@) OR (title contains[c] %@)",newValue, newValue];