This feature is useful in search-as-you-type components to rely on the backend to perform the search. For example, http://hola-apps.herokuapp.com/apps/search?term=farts
Following this great comment in Stackoverflow.
This ember addon will extend DS.RESTAdapter
initially to be able to cancel an on going HTTP request by invoking store.cancelQuery('resourceType')