[ 
https://issues.apache.org/jira/browse/TINKERPOP-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Mallette closed TINKERPOP-2383.
---------------------------------------
    Fix Version/s: 3.4.8
                   3.5.0
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 3.5.0, 3.4.8
>
>
> {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)

Reply via email to