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

Allow reference to external parameter #33

Open
yairlenga opened this issue Aug 5, 2023 · 0 comments
Open

Allow reference to external parameter #33

yairlenga opened this issue Aug 5, 2023 · 0 comments

Comments

@yairlenga
Copy link

Current expression logic allow access to attributes of the current node (or the current node itself via @). The request is to formalize access to a second object of “external parameter”, similar in spirit to the ability to parametrized jsonpath queries in PostgreSQL.

This should allow:
Employee.[?name=@param.name)) // using special node reference

Employee.[?name=param(&name)) // With a function, or

Making it much easier to construct queries with dynamic parameters. Similar to placeholders in various sql dialect

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

1 participant