We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
可以查询出结果
结果为空
g.V(1, 2, 3).hasId(P.within(2, 3))
The text was updated successfully, but these errors were encountered:
fix bug: query vertices by ids with hasId() filter when using number id
fddcc40
Also improve exception message for query by labels where one of labels is not exist fixed: #302 Change-Id: I71f299061002b680a1b9d76f2bf4b34ed0f9f3cc
af2df75
a15f6fb
e8f81d4
Successfully merging a pull request may close this issue.
Expected behavior 期望表现
可以查询出结果
Actual behavior 实际表现
结果为空
Steps to reproduce the problem 复现步骤
g.V(1, 2, 3).hasId(P.within(2, 3))
Specifications of environment 环境信息
The text was updated successfully, but these errors were encountered: