Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-18-2019 05:01 AM
Hello,
According to the screenshot -
My query is -
MATCH (n)-[*]-(find) WHERE find.name =~'(?i).*Success.*' RETURN n,r,find
Here, we get all the nodes that are connected to Success, till 3 levels of Relationships. However, we want nodes connected to Success with Label "API" only .
How to obtain that ?
02-25-2019 03:36 PM
If you are only interested in nodes with the label API, then your query should be MATCH (n:API).... rather than MATCH (n)
Elaine
All the sessions of the conference are now available online