Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.0
-
None
Description
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.