Igor Ostapenko created TINKERPOP-2301:
-----------------------------------------
Summary: gremlin-javascript: 'within' predicate does not support
more than two parameters?
Key: TINKERPOP-2301
URL: https://issues.apache.org/jira/browse/TINKERPOP-2301
Project: TinkerPop
Issue Type: Bug
Components: javascript
Reporter: Igor Ostapenko
Hi,
In my case gremlin npm module talks to usual gremlin-server with TinkerGraph in
memory. And it looks like 'within' predicate uses only the first two
parameters. For example, something like g.V().has('name', within('a', 'b', 'c',
'd')) selects only 'a' and 'b' names. If I understand official Gremlin docs
correctly it should support multiple arguments.
Is it a bug or a misunderstanding?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)