You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest adding recursive querying to the possibilities of the match() method.
Reasoning
It very nice that one can query the database with the constructs of the package/objects.
This means it is easy to create dynamic queries within the code without the need to create strings for it.
It is possible to do it with a Cypher query as a string, but I think the package could benefit from a structural implementation.
Idea
I would like to suggest adding recursive querying to the possibilities of the match() method.
Reasoning
It very nice that one can query the database with the constructs of the package/objects.
This means it is easy to create dynamic queries within the code without the need to create strings for it.
It is possible to do it with a Cypher query as a string, but I think the package could benefit from a structural implementation.
Additional information
Based on this Stack Overflow question.
I'm open to help with this.
The text was updated successfully, but these errors were encountered: