kylef-archive / KFData

Core Data done right for iOS 5+/OS X 10.7+
http://cocoadocs.org/docsets/KFData/
BSD 2-Clause "Simplified" License
53 stars 7 forks source link

Bug fix: original predicate was not being set until search text entered ... #35

Closed calvincestari closed 11 years ago

calvincestari commented 11 years ago

...and then being set to nil on cancel

This resulted in the fetchedResultsController having it's predicate cleared which returned all elements in the query entity.