reconsider the uniqueness in go n steps [bidirectly]
#2207
Labels
type/feature req
Type: feature request
go n steps [bidirectly]
#2207
Consider a very simple example:
who is my friend of friend (fof), or who is my friend of a friend of friend (fofof...)
?By the first though, we could use
go 2 steps from $me over friendship_edge
.But wait, does the sentence return and only return fof?
Q1. should the starting node (me) a fof?
Q2. can a (both 1-hop & 2-hop) friend be a fof too?
As the cypher spec said: "While pattern matching, Cypher makes sure to not include matches where the same graph relationship is found multiple times in a single pattern. ".
or
or
or
2-hop is simple to think and explain in all the above languages.
But what's the behaviour about 4-hops friends, and the duplicated intermedia nodes?
IMO, I can't be a fof or fofofof for me.
The text was updated successfully, but these errors were encountered: