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

Filter edges by different properties of multiple edges in MATCH #2838

Closed
yixinglu opened this issue Jun 7, 2021 · 1 comment
Closed

Filter edges by different properties of multiple edges in MATCH #2838

yixinglu opened this issue Jun 7, 2021 · 1 comment

Comments

@yixinglu
Copy link
Contributor

yixinglu commented Jun 7, 2021

for example:

MATCH (v:player{name: "Tim Duncan"})-[e:like{likeness: 90}|:serve{end_year: 2016}]-(v2)
RETURN e

Now report error:

[ERROR (-1004)]: SyntaxError: syntax error near `|:serve{'
@Shylock-Hg
Copy link
Contributor

It's not the feature of open cypher too.

@yixinglu yixinglu transferred this issue from vesoft-inc/nebula-graph Sep 10, 2021
@yixinglu yixinglu reopened this Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants