I'd like to get connected nodes from 2-depths to 3-depths with KNOWS edges.
The cypher query is like this. START src=node(100) MATCH src-[:KNOWS*2..3]-dest RETURN DISTINCT dest.name But the query results include 1-depth nodes since they actually can be 2-depth nodes in a connected graph. How to exclude 1-depth nodes? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.