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

Unsupported query. #3914

Closed
jackwener opened this issue Feb 18, 2022 · 0 comments · Fixed by #3915
Closed

Unsupported query. #3914

jackwener opened this issue Feb 18, 2022 · 0 comments · Fixed by #3915
Assignees
Labels
severity/major Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@jackwener
Copy link
Contributor

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Pattern like match node, node, path isn't supported.

use nba
MATCH (p:player {name: 'Yao Ming'} ), (t:team {name: 'Rockets'}), pth = ((p)-[:serve*1..4]-(t)) Return pth

Service will crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants