Currently, the syntax for pattern matching in the WHERE clause is not implemented. For example, the syntax: MATCH (a) WHERE (a)-[]-() RETURN a and other similar syntaxes are valid queries and should return a result.
Currently, the syntax for pattern matching in the WHERE clause is not implemented.
For example, the syntax:
MATCH (a) WHERE (a)-[]-() RETURN a
and other similar syntaxes are valid queries and should return a result.