You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by "zhengyingying (via GitHub)" <gi...@apache.org> on 2023/02/27 09:00:19 UTC

[GitHub] [incubator-hugegraph] zhengyingying commented on issue #1966: [Bug] Incorrect results when querying vertices by filtering properties using not(eq()) API

zhengyingying commented on issue #1966:
URL: https://github.com/apache/incubator-hugegraph/issues/1966#issuecomment-1445942389

   @javeme Hi, I encount the same question.
   
   But when I remove HugeGraphStepStrategy, e.g., `g.withoutStrategis(HugeGraphStepStrategy).V().has('vp0', not(eq(1)))`, I can get the correct result. 
   
   Is there something wrong in HugeGraphStepStrategy? Or does turning off HugeGraphStepStrategy mean turning off index queries?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org