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];