i have an array of dictionay in the following format
[ { \"student\": { \"id\": \"1\", \"studentUserDetail\": { \"firstName
NSPredicate *filter = [NSPredicate predicateWithFormat:@"student.studentUserDetail.firstName CONTAINS[cd] %@ ", searchString];
worked perfectly for me