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

Fold Or'ed conditions into JanusGraphStep #409

Closed
twilmes opened this issue Jul 12, 2017 · 2 comments
Closed

Fold Or'ed conditions into JanusGraphStep #409

twilmes opened this issue Jul 12, 2017 · 2 comments

Comments

@twilmes
Copy link
Contributor

twilmes commented Jul 12, 2017

Update the JanusGraphStep to fold in or'ed conditions eg.

g.V().hasLabel("Person").has("name", "Bill").or().has("name", "Susan")
g.V().hasLabel("Person").has("name", textPrefix("Bi")).or().has("name", textPrefix("Su"))
g.V().hasLabel("Person").or(has("age", 12), has("name", "Tim"))
@pluradj
Copy link
Member

pluradj commented Jul 12, 2017

duplicate of #163 ?

@twilmes
Copy link
Contributor Author

twilmes commented Jul 12, 2017

Ha, hilarious. Thanks @pluradj

@twilmes twilmes closed this as completed Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants