Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed index not used with "or-step" #701

Closed
severinstampler opened this issue Nov 7, 2017 · 1 comment
Closed

Mixed index not used with "or-step" #701

severinstampler opened this issue Nov 7, 2017 · 1 comment

Comments

@severinstampler
Copy link

A query like the following does not make use of the mixed index:
g.V().or(has('title', textContains('Trump')), has('name', textContains('Trump')))

In that example, I try to look up a search word in two different fields. I currently can't figure out how to correctly construct that query. A possible workaround would be to make a direct index query.

@pluradj
Copy link
Member

pluradj commented Nov 7, 2017

duplicate of #163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants