PDA

View Full Version : NSArrayController filtering




BollywooD
Oct 2, 2009, 01:16 AM
I am implementing filtering in an array of NSDictionaries. I have it connected in bindings, and I can successfully return searches of the keys in the top level NSDictionary.

I would like to however return search results from a the keys of a sub dictionary.
does this make sense?, and is it possible?
:confused: