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

match (v1:member)-[e]->(v2:answer) where id(v2)=='xxx' return count(e) return empty #2934

Closed
everywan opened this issue Sep 26, 2021 · 4 comments
Assignees
Labels
need info Solution: need more information (ex. can't reproduce) type/bug Type: something is unexpected
Milestone

Comments

@everywan
Copy link

match (v1:member)-[e:vote]->(v2:answer) where id(v2)=='xxx' return count(e) return empty,
go from 'xxx' over vote reversely | limit 10 has result.

@everywan everywan added the type/bug Type: something is unexpected label Sep 26, 2021
@CPWstatic
Copy link
Contributor

Would you please describe the issue in details which would be helpful for us to reproduce this issue. I had test these queries while all gone well.

@Sophie-Xie Sophie-Xie added the need info Solution: need more information (ex. can't reproduce) label Sep 27, 2021
@everywan
Copy link
Author

Would you please describe the issue in details which would be helpful for us to reproduce this issue. I had test these queries while all gone well.

When i use go from 'xxx' over edge_temp reversely | limit 10, nebula return datas. But if i use match, nebula return empty.
Match nGql like this: match (v1)-[e]->(v2) where id(v2)=='xxx' return e

@Sophie-Xie Sophie-Xie added this to the v2.6.0 milestone Oct 9, 2021
@Sophie-Xie Sophie-Xie removed the need info Solution: need more information (ex. can't reproduce) label Oct 12, 2021
@CPWstatic
Copy link
Contributor

Please use the Issue template which could help us to reproduce it.

@Sophie-Xie Sophie-Xie added the need info Solution: need more information (ex. can't reproduce) label Oct 15, 2021
@Sophie-Xie Sophie-Xie modified the milestones: v2.6.0, v3.0.0 Oct 15, 2021
@CPWstatic
Copy link
Contributor

I'll close this issue first, please open it if you could provide us more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need info Solution: need more information (ex. can't reproduce) type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants