You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Chandran Anjur Narasimhan (JIRA)" <ji...@apache.org> on 2017/10/29 16:50:00 UTC

[jira] [Created] (TINKERPOP-1819) documentation query and description mismatch

Chandran Anjur Narasimhan created TINKERPOP-1819:
----------------------------------------------------

             Summary: documentation query and description mismatch
                 Key: TINKERPOP-1819
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1819
             Project: TinkerPop
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.3.0
            Reporter: Chandran Anjur Narasimhan
            Priority: Minor


http://tinkerpop.apache.org/docs/current/reference/

Section: Graph Traversal Steps->General Steps

Query: gremlin> g.V().filter {it.get().label() == 'person'} //1

Explanation (wrong): A filter that only allows the vertex to pass if it has an age-property.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)