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

bug of "count()" after "order()"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.6.1
    • None
    • tinkergraph
    • None
    • windows wsl

    Description

      g.addV('vl0').property('vp1',1).next()

      g.addV('vl0').property('vp0',1).next()

      g.V().order().by('vp1', asc).count()

      The query returns wrong result.
      It counts all vertices including those without property 'vp1'

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tangle DBuser
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: