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 where none_direct_dst(e) in ["Tony Parker", "Tim Duncan"] is not pushed down #5286

Closed
jievince opened this issue Jan 30, 2023 · 0 comments · Fixed by #5287
Closed
Labels
type/feature req Type: feature request

Comments

@jievince
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The filter of the following query is not pushed into plan nodeTraverse(v,e).

MATCH (v:player)-[e:like]->(v2) WHERE none_direct_dst(e) IN ["Tony Parker", "Tim Duncan"] RETURN e.likeness, v2.player.age

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant