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

P and TextP toString() is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.4.8
    • 3.5.0, 3.4.9
    • javascript
    • None

    Description

      traversal
            g.V().hasLabel("person").has("name", TextP.containing("jo"))
       
      is improperly translated to 
                 g.V().hasLabel("person").has("name", containing(jo))
       
      Instead it should be: 
       
                 g.V().hasLabel("person").has("name", containing("jo"))
       

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            serguk86 Serg Salo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: