Lei Tang created TINKERPOP-2812:
-----------------------------------
Summary: bug of "count()" after "order()"
Key: TINKERPOP-2812
URL: https://issues.apache.org/jira/browse/TINKERPOP-2812
Project: TinkerPop
Issue Type: Bug
Components: tinkergraph
Affects Versions: 3.6.1
Environment: windows wsl
Reporter: Lei Tang
h3. g.addV('vl0').property('vp1',1)
h3. g.addV('vl0').property('vp0',1).next()
h3. g.V().order().by('vp1', asc).count()
The query returns wrong result.
It counts all vertices including those without property 'vp1'
--
This message was sent by Atlassian Jira
(v8.20.10#820010)