How to search by both first name and last name
问题 I am doing a search screen (to search list of names) on my iphone app , where i need to search by both first name and last name say my search tableview contains names like follows Ravi Kiran sujay huilgol harry potter my search is working for only first name i.e if i search for Ra it ill show Ravi Kiran but when i search for Kiran its not displaying Ravi Kiran my filterContentForSearchText is like this - (void)filterContentForSearchText:(NSString*)searchText scope:(NSString*)scope { [self