This query from the reference, fails in gdotv 1.28.62: V().has('name',not(within('josh','marko'))).elementMap() With : "Syntax Error (ln 1:21): Missing Gremlin Step Parameters or closing ')' symbol"
This succeeds: V().has('name',without('josh','marko')).elementMap()
Equally, g.V().has('name',neq('josh')).elementMap() succeeds, while g.V().has('name',not(eq('josh'))).elementMap() gives an error.
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
AT
Apache TinkerPop
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.