We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcb4c2 commit 365cebcCopy full SHA for 365cebc
cypher/queries/bi-20.cypher
@@ -11,7 +11,7 @@ CALL gds.alpha.shortestPath.stream({
11
relationshipQuery:
12
'MATCH
13
(personA:Person)-[:KNOWS]-(personB:Person),
14
- (personA)-[saA:STUDY_AT]->(u:University)<-[saB:STUDY_AT]->(personB)
+ (personA)-[saA:STUDY_AT]->(u:University)<-[saB:STUDY_AT]-(personB)
15
RETURN
16
id(personA) AS source,
17
id(personB) AS target,
0 commit comments