neo4j-sh start person=node(*) match person-[:HAS_STORED]->
contact-[:HAS_NUMBER]-> (p{tn:"455"}) return contact;
==> SyntaxException: Properties on pattern elements are not allowed in MATCH.
==>
==> Think we should have better error message here? Help us by sending this query to [email protected]
.
==> Thank you, the Neo4j Team.
==>
==> "start person=node(*) match person-[:HAS_STORED]->
contact-[:HAS_NUMBER]->(phone{tn:"455"}) return contact"
==> ^
what this error means?
what is the other way to do this??