-
Notifications
You must be signed in to change notification settings - Fork 37
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
Permitting rhs properties in filters #161
Permitting rhs properties in filters #161
Conversation
("STARTS/ENDS/CONTAINS/LIKE") in the grammar.
Yes, you are right. I think if I made the changes from the |
This indeed seems as a grammar bug. Properties really should be allowed on the RHS. Could you re-base this against the present develop? As I wrote in #160, I think we need more discussion there, but this is a good bugfix to get in for v0.10. |
Also, by rebasing and only applying relevant commits (e.g. squashing multiple ones in only one) we avoid risks of #163 happening again.
We can always update to the most recent develop before merging, from the GitHub interface. |
Adding grammar rules to the Filter EBNF grammar to permit 'property CONTAINS another_property' constructs, which are described in the specification as optional features.