Skip to content

Allow reference to external parameter #33

Description

@yairlenga

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions