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.

catalin_vajaial
Node
since ‎11-01-2021
‎06-01-2022

User Statistics

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

User Activity

Hello, I am pretty new to Neo4j and Cypher. From my understanding, when using variable length pattern matching, Neo4j uses DFS by default. I have the following query: MATCH path = (u:Egg {name: "RootEgg"})-[:Mutation1|Mutation2*0..]->(c:Egg) RETURN c...