-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Document DS.Store#findAll options #4341
Comments
@pangratz Thanks! I was just looking at that one. Do you know if there are any other options that the method can receive? If not, your pull request solves this problem perfectly. |
@awochna there is another option, namely Are you running into a specific issue? What option would you expect to be passable to |
The only specific issue I was running into was reloading the model when changing routes. It was hard enough to find that I thought it would be a good idea to know what else can be passed and I couldn't find anything. No specific issue otherwise. |
I am going to close this as #4338 has been merged which should improve the documentation and list all the possible options for |
The documentation for the
findAll
method includes an optionaloptions
parameter, but doesn't specify what options can be passed for what effect.I kept trying to figure out why my model wasn't reloading when transitioning to the view route from the index and it took a fair amount of searching to find that there is a
{ reload: true }
option that can be passed.After digging through the source where that method is declared, I still had a hard time trying to find out what other options can be used there. I still don't know. StackOverflow didn't have any questions that I could find about this, so I figured filing a documentation issue was the best way to help newer people (and myself).
The text was updated successfully, but these errors were encountered: