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

add query hook for models #124

Open
tkellen opened this issue Jun 11, 2015 · 3 comments
Open

add query hook for models #124

tkellen opened this issue Jun 11, 2015 · 3 comments

Comments

@tkellen
Copy link

tkellen commented Jun 11, 2015

...to augment the query being used for a lookup without using a filter.

@ashleygwilliams
Copy link
Member

what would this look like exactly? just curious :)

if i understand you correctly, this is a feature i'm really excited about/need

@tkellen
Copy link
Author

tkellen commented Jun 11, 2015

probably a new class method called "read" which would just be:

read: function (qb, params) {
  return qb.whateva;
}

@tkellen
Copy link
Author

tkellen commented Jun 11, 2015

super super easy to add too, just like the other one, i just need to do it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants