`g.V().has('namespace', P.within(['sf', 'sd'])).toList()`
Given the above snippet, the query returns an empty Array when the same query
from the gremlin-console returns the expected list of vertices.
Is there something I'm missing with my implementation, or do predicates simply
not work currently?
[ Full content available at: https://github.com/apache/tinkerpop/issues/955 ] This message was relayed via gitbox.apache.org for [email protected]
