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
when i try to pass arguments to queries to the store or find, the url is malformed
this.store.findRecord('organization', params.name, {include: ['users']});
http://localhost:4200/api/v1/organizations/1234?{%22include%22:[%22users%22]}
Ember Data 2.7.0-beta.2
The text was updated successfully, but these errors were encountered:
Was this different than earlier versions of Ember Data? It looks like URL parameters are just getting URL encoded.
Sorry, something went wrong.
Thanks for reporting, this has been fixed in #4466...
No branches or pull requests
when i try to pass arguments to queries to the store or find, the url is malformed
Ember Data 2.7.0-beta.2
The text was updated successfully, but these errors were encountered: