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

fetch: true not working #12

Closed
ssteffl opened this issue May 13, 2015 · 3 comments
Closed

fetch: true not working #12

ssteffl opened this issue May 13, 2015 · 3 comments

Comments

@ssteffl
Copy link

ssteffl commented May 13, 2015

i am currently doing fetch:['true'] as a workaround

@krmorse
Copy link
Contributor

krmorse commented May 14, 2015

fetch: true is sort of frowned upon because of performance, but it is pretty convenient. i don't remember explicitly no supporting it but i'm also not surprised it doesn't just work out of the box. i'll look into it...

@ssteffl
Copy link
Author

ssteffl commented May 14, 2015

oh. i wasn't aware that was frowned upon. nevermind then.

@ssteffl ssteffl closed this as completed May 14, 2015
@krmorse
Copy link
Contributor

krmorse commented May 14, 2015

partially because it's inefficient to fetch a bunch of fields if you don't need them. also true does not fetch any sub objects or collections so you'll likely be missing some data you'd want anyway...

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

No branches or pull requests

2 participants