ember-localstorage-adapter
ember-localstorage-adapter copied to clipboard
Are query() queryRecord() supported?
Using ember-data 1.13.14 with the master branch of ember-localstorage-adapter, query() and queryRecord() calls are never returning any data.
I've worked around it by using store.filter().
Part of the problem was an error on my part: I needed to make my serializers extend LSSerializer.
Though, looking at the source queryRecord
definitely isn't implemented.