[
https://issues.apache.org/jira/browse/TINKERPOP-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17742939#comment-17742939
]
ASF GitHub Bot commented on TINKERPOP-2965:
-------------------------------------------
spmallette merged PR #2124:
URL: https://github.com/apache/tinkerpop/pull/2124
> 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
>
> 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)