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

Account.get() does not work when multiple filters are provided with same key #2822

Closed
SargeKhan opened this issue Feb 5, 2019 · 0 comments · Fixed by #2836
Closed

Account.get() does not work when multiple filters are provided with same key #2822

SargeKhan opened this issue Feb 5, 2019 · 0 comments · Fixed by #2836
Assignees

Comments

@SargeKhan
Copy link
Contributor

Expected behavior

If we run the command: Account.get([address: '1L}, {address: '2L'}]), it should return accounts with addresses 1L and 2L if both accounts exist in the database.

Actual behavior

Running the command: Account.get([address: '1L}, {address: '2L'}]) returns only 1 account even when both accounts exist in the database.

Which version(s) does this affect? (Environment, OS, etc...)

1.5.0

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