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

Contains predicates should rely on Compare predicates

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • process

    Description

      The problem:

      gremlin> g.V().has("age", eq(32L))
      ==>v[4]
      gremlin> g.V().has("age", within(32L, 35L))
      gremlin> 
      

      Contains predicates should really behave the same way Compare predicates do.

      Attachments

        Activity

          People

            dkuppitz Daniel Kuppitz
            dkuppitz Daniel Kuppitz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: