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
This seemingly simple task cannot be done using a has step and users get confused when trying to do something like this:
has
gremlin> g.addV('test').property('a',5).property('b',10) ==>v[53770] gremlin> g.V().hasLabel('test').as('x').where(gt('x')).by('b').by('a') ==>v[53767]
Some examples along these lines should be added to the "3.16.1. Using where and by to filter results" section.
The text was updated successfully, but these errors were encountered:
krlawrence
No branches or pull requests
This seemingly simple task cannot be done using a
has
step and users get confused when trying to do something like this:Some examples along these lines should be added to the "3.16.1. Using where and by to filter results" section.
The text was updated successfully, but these errors were encountered: