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

Support nested finds #47

Closed
zzarcon opened this issue Apr 20, 2016 · 5 comments
Closed

Support nested finds #47

zzarcon opened this issue Apr 20, 2016 · 5 comments

Comments

@zzarcon
Copy link
Member

zzarcon commented Apr 20, 2016

const user = db.find('user', {city: {name: 'valencia'}})
@zzarcon
Copy link
Member Author

zzarcon commented Apr 20, 2016

@oskarcieslik thoughts?

@rpunkfu
Copy link
Contributor

rpunkfu commented Apr 20, 2016

@zzarcon it's already implemented :) Lodash allows finding, filtering, etc with nested objects :)

@zzarcon
Copy link
Member Author

zzarcon commented Apr 20, 2016

lol! can we add some tests for that? :)

@rpunkfu
Copy link
Contributor

rpunkfu commented Apr 20, 2016

Hmmm, I think that we don't support nested properties in factories! Need to implement this ;)

@rpunkfu
Copy link
Contributor

rpunkfu commented May 7, 2016

This is working and tested.

@rpunkfu rpunkfu closed this as completed May 7, 2016
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