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

can't filter on nested data #15

Open
jmdobry opened this issue Oct 19, 2015 · 1 comment
Open

can't filter on nested data #15

jmdobry opened this issue Oct 19, 2015 · 1 comment

Comments

@jmdobry
Copy link
Member

jmdobry commented Oct 19, 2015

this works
    return rethinkdbAdapter.r.table('limits').filter({'user': {'user_id': user_id}}).run();
// this does not
    return Limit.findAll({where: {'user.user_id': {'==': user_id}}});
// this does not work either
    return Limit.findAll({'user.user_id': user_id});
@jmdobry jmdobry added the bug label Oct 19, 2015
@jmdobry jmdobry added the ready label Jan 6, 2016
@paulojrrsantos
Copy link

Same issue here. Any idea when it will be fixed?

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