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

Document the usage of logical operators #242

Open
Obirah opened this issue Jun 1, 2018 · 1 comment
Open

Document the usage of logical operators #242

Obirah opened this issue Jun 1, 2018 · 1 comment

Comments

@Obirah
Copy link

Obirah commented Jun 1, 2018

I had to implement a vertex query containing an or-Condition and just from reading the documentation it was not obvious for me how the logical operators .or(...) and .and(...) work. In order to find out I went through the LogicalSpec:

https://github.com/mpollmeier/gremlin-scala/blob/f64664c4d5b1731bf92045252b1290dd218b748a/gremlin-scala/src/test/scala/gremlin/scala/LogicalSpec.scala

It would be nice to have an overview of the operator usage in README.md

@mpollmeier
Copy link
Owner

agreed, and PRs are always welcome :)

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