Is there a way to have a SelectQuery also return matches found in the unsaved objects in the ObjectContext? If not, how can I query the contents of the ObjectContext to look for matches?
In WebObjects / Wonder, there was a property you could set on the context - setIncludeEditingContextChanges(true) that would do this. Thanks, John
