Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
I noticed that a query of the form this.g.V(1L,2L).has(T.label,"Person") will first retrieve all Persons and then filter out on the ids.
Perhaps if there are given ids then we can assume that the given ids should be the first narrowing of the elements and then filter on the has clause?