Skip to content
New issue

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

rename store.findQuery to store.query #3235

Merged
merged 1 commit into from
Jun 7, 2015
Merged

rename store.findQuery to store.query #3235

merged 1 commit into from
Jun 7, 2015

Conversation

csantero
Copy link
Contributor

@csantero csantero commented Jun 6, 2015

Closes #3229

If you do something like this:

```javascript
store.find('person', {ids: [1, 2, 3]});
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you want to use store.query here

@fivetanley
Copy link
Member

@csantero this looks good to me, can you make sure the guides get updated on the website repository? https://github.com/emberjs/data

@csantero
Copy link
Contributor Author

csantero commented Jun 7, 2015

@fivetanley Removed the @private from the deprecated method, and submitted a guides PR.

fivetanley added a commit that referenced this pull request Jun 7, 2015
rename store.findQuery to store.query
@fivetanley fivetanley merged commit 3a4f84a into emberjs:master Jun 7, 2015
@fivetanley
Copy link
Member

thanks!

@csantero csantero deleted the store-find-query branch June 7, 2015 17:53
marpo60 added a commit to collectrium/ember-data-socketio-adapter that referenced this pull request Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants