ember-localstorage-adapter icon indicating copy to clipboard operation
ember-localstorage-adapter copied to clipboard

Are query() queryRecord() supported?

Open Ramblurr opened this issue 9 years ago • 1 comments

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().

Ramblurr avatar Oct 22 '15 09:10 Ramblurr

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.

Ramblurr avatar Oct 22 '15 11:10 Ramblurr