Ember-data beta different types of find

From what i can see find, findAll, and findQuery can be just replaced with find. It can get all records, or just one. Also it can send options too like ?q=awesome

So is there any difference between find, findAll, and findQuery? And if there is no difference, why not just use store.find in the documentation?

1 Like