Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openCypher #3102

Closed
Sophie-Xie opened this issue Oct 15, 2021 · 3 comments
Closed

openCypher #3102

Sophie-Xie opened this issue Oct 15, 2021 · 3 comments
Assignees
Labels
type/feature req Type: feature request
Milestone

Comments

@Sophie-Xie
Copy link
Contributor

Sophie-Xie commented Oct 15, 2021

1.Optional Match
2.Support syntax "(n:label1:label2), -[e:type1|type2]-"
3.Support multiple patterns "Match pattern1, pattern2 ..."
i.e. MATCH (charlie:Person { name: 'Charlie Sheen' }),(rob:Person { name: 'Rob Reiner' })
4.Support multiple match "Match pattern1 Match pattern2 ..."
i.e. MATCH (charlie:Person { name: 'Charlie Sheen' }) Match(rob:Person { name: 'Rob Reiner' })

closed: Support patterns in WHERE clause, such as "WHERE NOT (me)-[:FRIENDS_WITH]->(other)" #3083

@wey-gu
Copy link
Contributor

wey-gu commented Oct 22, 2021

One of the user voice: https://discuss.nebula-graph.com.cn/t/topic/2441/40 , which required the:

Support patterns in WHERE clause, such as WHERE NOT (me)-[:FRIENDS_WITH]->(other)

@nianiaJR
Copy link

nianiaJR commented Nov 7, 2021

This new queries maybe need to be dealed in GUI products. @Sophie-Xie

@Sophie-Xie
Copy link
Contributor Author

#3519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants