-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi,Dave.
In gremlin shell, i use the composite index like this
g.V().has('id_number', 'xxx').toList()
I can use the goblin like
suspector = await session.traversal(Suspector).has('id_number', 'xxx').toList()
But how can i use the mixed index with goblin?
In gremlin shell
g.V().has('age', inside(18,30)).toList()
How can i use the goblin to make this?
Metadata
Metadata
Assignees
Labels
No labels