Keith Lohnes created TINKERPOP-1384:
---------------------------------------
Summary: Description of filter function in traversal documentation
Key: TINKERPOP-1384
URL: https://issues.apache.org/jira/browse/TINKERPOP-1384
Project: TinkerPop
Issue Type: Bug
Components: documentation
Reporter: Keith Lohnes
Priority: Minor
In http://tinkerpop.apache.org/docs/current/reference/#traversal
I noticed the images there describe the filter step as S → S ∪ Ø which doesn't
make sense to me since S = S ∪ Ø
It should be
S → E ⊆ S
since a filter yields a subset (though not necessarily a proper subset) of S
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)