spmallette commented on code in PR #3458:
URL: https://github.com/apache/tinkerpop/pull/3458#discussion_r3424020756
##########
docs/src/reference/the-traversal.asciidoc:
##########
@@ -5399,6 +5464,18 @@ g.V().as('a').both().both().as('b').
<8> Marko is younger than josh, but josh knows someone equal in age to marko
(which is marko).
<9> The "age" property is not <<by-step,productive>> for all vertices and
therefore those values are filtered.
+The `where()` step also supports predicates that contain traversal arguments.
When a predicate contains a child
Review Comment:
again, as with other comments, let's integrate this more seamlessly into the
content. Also, perhaps `where` is a case where we could come up with a more
complex example since it's a more advanced step.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]