Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-06-2019 10:52 PM
I have some problems when using the Connected Components algorithm: Enter the example in the official website -> cypherCALL algo.unionFind.stream('User', 'FRIEND', {})
YIELD nodeId, setId
RETURN algo.asNode(nodeId).id AS user, setId.Display ERROR:Neo.ClientError.Statement.SyntaxError
Neo.ClientError.Statement.SyntaxError: Unknown function 'algo.asNode' (line 4, column 8 (offset: 78))
"RETURN algo.asNode(nodeId).id AS user, setId"
Neo.ClientError.Statement.SyntaxError: Unknown function 'algo.asNode' (line 4, column 8 (offset: 78)) "RETURN algo.a... How do I deal with this error?
Thank you very much!
05-06-2019 11:43 PM
the version of 3.4.12.6 renamed algo.getNodeById to algo.asNode.
05-06-2019 11:44 PM
But the second problem has not been solved yet.
All the sessions of the conference are now available online