Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2965

FilterRankingStrategy removing labels it shouldn't in certain conditions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.6.3
    • 3.7.0, 3.5.7, 3.6.5
    • process
    • None

    Description

      This traversal demonstrates it:

      g.V().as('n').where(
       __.or(
        __.select('n').hasLabel('Tag'), 
        __.select('n').hasLabel('Person')
       )
      ).select('n').project('n').by(__.valueMap().with('~tinkerpop.valueMap.tokens'))
      

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: