Re: Search on Core data Table issue?

2009-10-22 Thread Matthew Lindfield Seager
A reducing search is more commonly referred to as filtering. A google search should help you very quickly as this is very easy with core data bindings. If you're still struggling another keyword that may help is (NS)Predicate. Matt ___ Cocoa-dev

Re: Search on Core data Table issue?

2009-10-22 Thread mmalc Crawford
On Oct 22, 2009, at 4:09 am, Matthew Lindfield Seager wrote: A reducing search is more commonly referred to as filtering. A google search should help you very quickly as this is very easy with core data bindings. The question is related to iPhone and NSFetchedRestultsController, therefore

re: Search on Core data Table issue?

2009-10-22 Thread Ben Trumbull
Not sure if this is the right place (I am sure someone will let me know if it is not) I have a iPhone application that has a UITable view that is backed by core data. I want to perform a reducing search so that only the items starting with the characters entered into the search bar are shown.