Closed amcp closed 7 years ago
There was a bug in the Titan docs. It is corrected in the JanusGraph docs.
g.V(pluto).out('brother').as('god').out('lives').as('place').select()
should be
g.V(pluto).out('brother').as('god').out('lives').as('place').select('god', 'place')
Closing as the Titan docs were buggy. Thank you @pluradj
167 discovered a discrepancy but it is not clear if the discrepancy is related to JG or not.