[
https://issues.apache.org/jira/browse/TINKERPOP-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516933#comment-16516933
]
stephen mallette commented on TINKERPOP-1988:
---------------------------------------------
It reads correctly to me. In the example :
{code}
g.V().not(hasLabel('person'))
{code}
The "object from the traversal" on the first iteration is going to be a
"person" or "software" vertex. The "traversal stream" is the entire traversal
starting with {{g.V()}}. The traversal "provided as an argument" to {{not()}}
is {{hasLabel('person')}}. Does that clarify what's being said? is there a more
clear way to write that?
> minor error in documentation
> ----------------------------
>
> Key: TINKERPOP-1988
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1988
> Project: TinkerPop
> Issue Type: Bug
> Components: tinkergraph
> Affects Versions: 3.3.3
> Reporter: Sim Bamford
> Priority: Trivial
>
> Not sure where to put a problem with the documentation(?) The page:
> [http://tinkerpop.apache.org/docs/current/reference/]
> States:
> "TheĀ {{not()}}-step (*filter*) removes objects from the traversal stream when
> the traversal provided as an argument does not return any objects."
> Isn't that wrong? surely the traversal is removed if the argument does return
> objects?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)