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.

lean
Node
since ‎01-29-2019
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I currently have a query of these style: MATCH (a:NodeA { `value`: 9 }) MATCH (b:NodeB { `othervalue`: 45 }) WITH a,b MATCH p = ()-[*1..5]-() WHERE (a in nodes(p) OR b in nodes(p)) RETURN DISTINCT(p) The idea is to return all the different graphs i...
Kudos given to