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?

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