Description
The problem:
gremlin> g.V().has("age", eq(32L)) ==>v[4] gremlin> g.V().has("age", within(32L, 35L)) gremlin>
Contains predicates should really behave the same way Compare predicates do.
The problem:
gremlin> g.V().has("age", eq(32L)) ==>v[4] gremlin> g.V().has("age", within(32L, 35L)) gremlin>
Contains predicates should really behave the same way Compare predicates do.