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

Provide match query expressions to explore relations between nodes. #23

Open
matiii opened this issue Jul 27, 2018 · 0 comments
Open

Provide match query expressions to explore relations between nodes. #23

matiii opened this issue Jul 27, 2018 · 0 comments
Labels
Milestone

Comments

@matiii
Copy link
Owner

matiii commented Jul 27, 2018

Based on Cypher language

MATCH 
  (person:Person)-[:KNOWS]-(friend:Person)-[:KNOWS]-
  (foaf:Person)
WHERE 
  person.name = "Joe"
  AND NOT (person)-[:KNOWS]-(foaf)
RETURN
  foaf
@matiii matiii added the feature label Jul 27, 2018
@matiii matiii added this to the 1.6.0 milestone Jul 27, 2018
@matiii matiii modified the milestones: 1.6.0, 1.5.0 Dec 30, 2018
@matiii matiii modified the milestones: 1.5.0, 2.3 Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant