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

边过滤条件写到边后面的花括号中过滤不生效,用where语句可以 #549

Closed
zhangwh807 opened this issue Jun 4, 2024 · 0 comments · Fixed by #559
Closed

Comments

@zhangwh807
Copy link
Collaborator

image
这种写法边过滤不生效
match p=(n:person{id:4})-[r:acted_in{role:"Old Salty Dog / Mr. Meeks / Prescient 1"}]-()
return p
用where语句过滤生效
match p=(n:person{id:4})-[r:acted_in]-()
where r.role="Old Salty Dog / Mr. Meeks / Prescient 1"
return p
image

@ljcui ljcui linked a pull request Jun 14, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant