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

GO...FROM...BIDIRECT can't work #5332

Closed
aidbang opened this issue Feb 10, 2023 · 2 comments
Closed

GO...FROM...BIDIRECT can't work #5332

aidbang opened this issue Feb 10, 2023 · 2 comments
Assignees
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
Milestone

Comments

@aidbang
Copy link

aidbang commented Feb 10, 2023

INSERT VERTEX bnc (value) VALUES "player999":(2);
INSERT EDGE follow (degree) VALUES "player102"->"player999":(70);
INSERT VERTEX bnc (value) VALUES "player888":(0);
INSERT EDGE follow (degree) VALUES "player999"->"player888":(90);

go 1 to 3 steps from "player101" over follow
where follow.degree>80 or $$.bnc.value>0
yield edge as e;
检索结果正确
image

go 1 to 3 steps from "player101" over follow BIDIRECT
where follow.degree>80 or $$.bnc.value>0
yield edge as e;
检索结果有问题:1、超过3跳;2、有跟起点不关联的子图。
image

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

#4573

@Sophie-Xie Sophie-Xie changed the title go加了BIDIRECT之后,from形同虚设 GO...FROM...BIDIRECT can't work Feb 13, 2023
@yixinglu yixinglu added this to the v3.5.0 milestone Feb 15, 2023
@nevermore3
Copy link
Contributor

Discussed with @yixinglu & @sherman-the-tank offline, consistent with the previous version

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

4 participants