Stephen Mallette created TINKERPOP-2965:
-------------------------------------------
Summary: 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
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)