Hi all,
I am new to Neo4j and have a basic question:
I have employees graph with REPORT relationship, this relationship can have
2 types of REPORT.
And I want match all employees that REPORT to some employee with
relationship of type B.
I tired this
MATCH (employees)-[reportType:REPORT->(gl:Employee {name: "MARK"})
WHERE reportType.type = "B"
RETURN gl,employees
but I am getting empty resultset (such link does exist in graph).
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.