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

syntax error in manual doc #5504

Closed
bukekangli opened this issue Apr 14, 2023 · 2 comments
Closed

syntax error in manual doc #5504

bukekangli opened this issue Apr 14, 2023 · 2 comments
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected

Comments

@bukekangli
Copy link

doc url: https://docs.nebula-graph.com.cn/3.4.0/3.ngql-guide/3.data-types/6.list/

search: nebula> MATCH p = (n:player{name:"Tim Duncan"})-[:follow]->(m)

this case will return:
image

should rewrite to: MATCH p = (n:player{name:"Tim Duncan"})-[:follow]->(m) RETURN [n IN nodes(p) | n.player.age + 100] AS r;

@bukekangli bukekangli added the type/bug Type: something is unexpected label Apr 14, 2023
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Apr 14, 2023
@QingZ11
Copy link
Contributor

QingZ11 commented Apr 19, 2023

Thank you for your feedback. You are right that there is an issue with the example in the documentation, and n.age is missing a tag name. If you have any other questions or need further assistance, please let me know.

@abby-cyber
Copy link
Contributor

The issue has been modified. Thank you.

@github-actions github-actions bot added the process/fixed Process of bug label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants