-
Notifications
You must be signed in to change notification settings - Fork 9
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
Logical OR
for relationship MATCH
#44
Logical OR
for relationship MATCH
#44
Conversation
I can't quite tell for my phone but I'll look at this might need to be rebased on latest trunk? this is so cool — I had no idea cypher could do this! |
you're right! I just rebased 😄 yeah it's kind of niche and not really necessary (could just use |
totally, this is super nice to have! and the closer we can get to feature parity with the cypher spec the better, imo! every feature is great :) |
supports
MATCH (n)-[r:colleague|friend]->(m)
plus some tests for it