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

变长路径且边属性过滤返回错误结果 #654

Open
zhuangshuqi opened this issue Sep 3, 2024 · 0 comments
Open

变长路径且边属性过滤返回错误结果 #654

zhuangshuqi opened this issue Sep 3, 2024 · 0 comments

Comments

@zhuangshuqi
Copy link

Environment:

  • OS: centos 7
  • TuGraph-DB Version 4.3.1

Describe the bug
查询指定边属性的变长路径的返回结果不正确

How to reproduce and expected behavior

match (n)-[r:rela*..2]->(m)
where r:role='交易'
return count(n) #返回0,是错误的

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