cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

cvjones17
Node
since ‎10-09-2020
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Consider a simple graph like: A-[:label1]->B-[:label2]->C-[:label1]->D-[:label1]->E-[:label2]->F I'd like to find paths in the graph that have both label1 and label2, e.g., MATCH r=(n1)-[x:label1|label2*]->(n2) In addition, if a node x has a relation...
Beginning to dive into Neo4j for some graph search, path algorithms. Looking forward to learn. Have degrees in operations research, so have done a lot of work with graphs, but just starting with neo4j.