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/19 15:53:00 UTC

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

     [ 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)