Skip to content

Lynx eval function cannot process PatternExpression #234

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

Open
LianxinGao opened this issue Aug 4, 2022 · 0 comments
Open

Lynx eval function cannot process PatternExpression #234

LianxinGao opened this issue Aug 4, 2022 · 0 comments

Comments

@LianxinGao
Copy link
Contributor

No implement for filter a pattern expression.

MATCH (person1:Person)-[:knows]-(person2:Person)-[:knows]-(person3:Person)-[:hasInterest]->(tag:Tag)
WHERE NOT (person1)-[:knows]-(person3)
  AND person1 <> person3
RETURN count(*) AS count
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

1 participant