can model [*..] for a relationship.
Closed this issue · 2 comments
Andric commented
Sorry if I missed this in the model, but I have a need to use a query with a traversal over unknown depth/edges
e.g. MATCH (n:StartLabel)-[*..]-(n2) RETURN WHERE n.id = "wwww" AND n2.id ="xxxxx" return n2
is this supported? I tried nrelationshipBetween(n2, "*..") and tried to find a constant that could be used but having no luck
Thanks in advance
AndricD
Andric commented
sorry found it and its working - thx
michael-simons commented
Thanks for your feedback @Andric I am gonna close this then. Feel free to reopen if there's a problem or open a new issue for other things. Cheers.