-
Notifications
You must be signed in to change notification settings - Fork 111
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
Filter by id causes other filters to be ignored #148
Comments
Ok, so I checked the commit history and apparently this commit introduces this new "if" that uses
should be changed to
Thoughts? |
I updated the PR with something similar and my test case passed, please let me know if there's a better way to do it. |
@claradaia : Thanks for the PR, and it looks good to me. Merged. |
Hello, I find that if I make a query with a filter by
id
, other filters are ignored. For example, in the following query:I expected an empty list, because the filters should "cancel", but it actually retrieves the "Larry" player.
I created a PR with a test case that reproduces this -- only in relay, but I can check if it happens without relay too.
Is it supposed to be this way? If not, I can try and fix it next week.
The text was updated successfully, but these errors were encountered: