Daniel Kuppitz created TINKERPOP-2058:
-----------------------------------------
Summary: Contains predicates should rely on Compare predicates
Key: TINKERPOP-2058
URL: https://issues.apache.org/jira/browse/TINKERPOP-2058
Project: TinkerPop
Issue Type: Bug
Components: process
Affects Versions: 3.4.0
Reporter: Daniel Kuppitz
Assignee: Daniel Kuppitz
The problem:
{noformat}
gremlin> g.V().has("age", eq(32L))
==>v[4]
gremlin> g.V().has("age", within(32L, 35L))
gremlin>
{noformat}
{{Contains}} predicates should really behave the same way {{Compare}}
predicates do.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)