-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to use mixed index in goblin? #95
Comments
Are you asking how to use from gremlin_python.process.traversal import inside
await session.g.V().has('age', inside(18,30)).toList() |
Did this solution work for you? |
It's not worked!
|
This worked!But when i use the async and await,it failed |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi,Dave.
In gremlin shell, i use the composite index like this
I can use the goblin like
But how can i use the mixed index with goblin?
In gremlin shell
How can i use the goblin to make this?
The text was updated successfully, but these errors were encountered: