Hi, your solution works OK. Especially in the _filteredResults to cache the search results
But I think there are 2 problem here
- _filteredResults will be full very quickly as user search for a long time (in one opening UISearchBar)
- In filterContentForSearchText() why not use NSFetchedResultsController?
Hi, your solution works OK. Especially in the _filteredResults to cache the search results
But I think there are 2 problem here