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

Stephen Mallette closed TINKERPOP-2965.
---------------------------------------
    Fix Version/s: 3.7.0
                   3.5.7
                   3.6.5
       Resolution: Fixed

> FilterRankingStrategy removing labels it shouldn't in certain conditions
> ------------------------------------------------------------------------
>
>                 Key: TINKERPOP-2965
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2965
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.6.3
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Critical
>             Fix For: 3.7.0, 3.5.7, 3.6.5
>
>
> This traversal demonstrates it:
> {code}
> g.V().as('n').where(
>  __.or(
>   __.select('n').hasLabel('Tag'), 
>   __.select('n').hasLabel('Person')
>  )
> ).select('n').project('n').by(__.valueMap().with('~tinkerpop.valueMap.tokens'))
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to