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

Filter path collections on properties #23

Open
ebran opened this issue Mar 9, 2020 · 0 comments
Open

Filter path collections on properties #23

ebran opened this issue Mar 9, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ebran
Copy link
Owner

ebran commented Mar 9, 2020

When navigating paths, allow for filtering nodes/edges on properties. One suggestion for how this may work:

var pc = g
  .navigate("Person", nodeFilter={"name": "Alice"})
  .step("KNOWS", "Person", relFilter={"since": 2012}, nodeFilter={"name": "Bob"})
  .step("KNOWS, "Person", relFilter={"since": 2008}, nodeFilter={"name": "Charlie"})
@ebran ebran self-assigned this Mar 9, 2020
@ebran ebran added the enhancement New feature or request label Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant