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

Support for GradoopID values #16

Open
DarthMax opened this issue Jan 24, 2017 · 2 comments
Open

Support for GradoopID values #16

DarthMax opened this issue Jan 24, 2017 · 2 comments

Comments

@DarthMax
Copy link
Collaborator

In Order to be able to match certain ID we have to be able to specify GradoopIDs inside a query

I would suggest the following markup

MATCH (a)
WHERE a = GradoopId(0000-0000-00-000)
RETURN
@s1ck
Copy link
Owner

s1ck commented Jan 24, 2017

I would like that, e.g.
WHERE a = GradoopId("584019ea7032c19219f6f080")

@s1ck
Copy link
Owner

s1ck commented Jan 24, 2017

or maybe more cypher related
WHERE ID(a) = GradoopId("584019ea7032c19219f6f080")

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