You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2020/06/12 11:51:00 UTC

[jira] [Created] (TINKERPOP-2383) has(T,Traversal) does not return results

Stephen Mallette created TINKERPOP-2383:
-------------------------------------------

             Summary: has(T,Traversal) does not return results
                 Key: TINKERPOP-2383
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2383
             Project: TinkerPop
          Issue Type: Bug
          Components: process
    Affects Versions: 3.4.7
            Reporter: Stephen Mallette
            Assignee: Stephen Mallette


{code}
gremlin> g.V().has(id, is(1L))
gremlin> g.V().has(label, is('person'))
gremlin> g.V().has('name', is('marko'))
==>v[1]
{code}

For some reason {{has(T,Traversal)}} injects a {{PropertiesStep}} which doesn't do anything with {{T}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)