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

Parse the wildcard descendant selector ..*/..[*] #69

Closed
V0ldek opened this issue Jan 21, 2023 · 2 comments
Closed

Parse the wildcard descendant selector ..*/..[*] #69

V0ldek opened this issue Jan 21, 2023 · 2 comments
Assignees
Labels
area: selector Support for a JSONPath selector good first issue Good for newcomers help wanted External contributions welcome type: feature New feature or request
Milestone

Comments

@V0ldek
Copy link
Member

V0ldek commented Jan 21, 2023

Is your feature request related to a problem? Please describe.
The wildcard descendant selector should be recognized by the parser and parsed into an appropriate JsonPathQueryNode. Note that this means both the ..* and ..[*] patterns. The index and non-index version have identical semantics.

Describe the solution you'd like
This should follow the same approach as #6, which should be completed first.

Additional context
Find the syntax for the selectors in the RFC:

@V0ldek V0ldek added the type: feature New feature or request label Jan 21, 2023
@github-actions github-actions bot added the acceptance: triage Waiting for owner's input label Jan 21, 2023
@github-actions
Copy link

Tagging @V0ldek for notifications

@V0ldek V0ldek added this to the v1.0.0 milestone Jan 21, 2023
@github-actions github-actions bot added acceptance: go ahead Reviewed, implementation can start and removed acceptance: triage Waiting for owner's input labels Jan 21, 2023
@V0ldek V0ldek added mod: parser area: selector Support for a JSONPath selector labels Jan 21, 2023
@V0ldek V0ldek added the help wanted External contributions welcome label Jan 21, 2023
@V0ldek V0ldek added the good first issue Good for newcomers label Jan 21, 2023
@ZwerdDPU ZwerdDPU mentioned this issue Apr 11, 2023
3 tasks
@zwerdlds zwerdlds self-assigned this Apr 12, 2023
@V0ldek
Copy link
Member Author

V0ldek commented Apr 20, 2023

Closed by #126

@V0ldek V0ldek closed this as completed Apr 20, 2023
@github-actions github-actions bot removed the acceptance: go ahead Reviewed, implementation can start label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: selector Support for a JSONPath selector good first issue Good for newcomers help wanted External contributions welcome type: feature New feature or request
Projects
Status: Released
Development

No branches or pull requests

2 participants