Implement Pattern Matching in the WHERE clause
Open
enhancement
feature request
override-stale
- Dominant language
- C
- Stars
- 4.8k
- Forks
- 523
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 9
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.