Hi,
There is one observation that,
1. I faced above issue when the data was loaded with graph.addVertex() method
2. I added sample data using graph traverser g.addV().property().property() and it worked fine.
I want to understand why is step 1 not giving any response for query g.V().has("newid","xyz") whereas it works with step 2.
© 2023 Groups.io