-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Boolean operators raise filter error: Expected left to be defined. #26
Labels
Comments
The fix was fairly easy. I added a PR. |
What are the steps to get this merged? I just hit this same error. |
@gajus could you merge this? It's such a brilliant library! |
🎉 This issue has been resolved in version 3.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you @gajus ! |
Of course |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The README explains, that boolean expressions like the following one can be used. But the filter method raises the error
Expected left to be defined.
, when using this exact query (straight from the README):The parser works fine. The filter methods seems to be flawed, from what I can see.
I also couldn't find any tests that cover this use case.
liqe version: 3.6.0
The text was updated successfully, but these errors were encountered: