Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-27-2022 10:49 AM
I want to create a cypher so that while executing it will display all outgoing connections and deeper connections and return statement should have only one variable
08-27-2022 01:26 PM
Are these two paths related? As written, you will get the Cartesian product of the two path results. Also, each match can’t end in a ‘return’ if they are executed together.
you could return both paths in your result and extract each in your code. Like this, but again you will get the Cartesian product of the two path results. That doesn’t seem like something you would want.
08-28-2022 07:41 AM
I tried using this cypher but it didn't work I want to display all the nodes in JSON format such that all the nodes and if deeper connections attached to it exist then it should display like an array inside the main nodes
All the sessions of the conference are now available online