We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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().
The text was updated successfully, but these errors were encountered:
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.
queryRecord
Sorry, something went wrong.
No branches or pull requests
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().
The text was updated successfully, but these errors were encountered: