Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2301

gremlin-javascript: 'within' predicate does not support more than two parameters?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • 3.4.1
    • None
    • javascript
    • None

    Description

      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?

      Attachments

        Activity

          People

            Unassigned Unassigned
            igoro Igor Ostapenko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: