According to the documentation:
http://emberjs.com/guides/ember-data-lifecycle/
Ember data will automatically look to the persistent layer for a record if it's not loaded, how do I only find or even findAll records that have been loaded?
Aside from creating a non-persistent list of loaded records, and look for the record there?