Skip to content

How to use mixed index in goblin? #95

@StanYaha

Description

@StanYaha

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions