gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 354 forks source link

Issue with HasStep filtering #3215

Closed p29876 closed 1 month ago

p29876 commented 1 month ago

g.V().has("person", "name", "marko").values("age")

should return [29]

returns [29, 27, 32, 35]