Does union only work with labels - I can't seem to get it to return anything when doing a traditional match for example a query like this:
start n=node(17) MATCH U <-[:TOKEN_USER]- T WHERE T.creationUser! = 4 RETURN T.name
UNION
start n=node(17) MATCH U <-[:TOKEN_USER]- T WHERE T.creationUser! = 2 RETURN T.name;
--
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 neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
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 neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks will check out latest release when available.