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

Clause of with not work as expect #170

Open
LianxinGao opened this issue Jul 12, 2022 · 1 comment
Open

Clause of with not work as expect #170

LianxinGao opened this issue Jul 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@LianxinGao
Copy link
Contributor

reference: https://neo4j.com/docs/cypher-manual/current/clauses/with/

match (n: Person)-[r: KNOW]->(m: Person)
with m
MATCH (m)<-[membership:HAS_MEMBER]-(forum)
return forum

In Lynx, this cypher query will product a Join operation, but use with, the correct way should be product a expand operation which will expand relationship from m.

@merlintang merlintang added the bug Something isn't working label Jul 23, 2022
@LianxinGao
Copy link
Contributor Author

LianxinGao commented Jul 27, 2022

Currently just impl a rule to handle this #201 , more thought is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants