Filter selector – existential filters [?@<path>]
#154
Labels
acceptance: go ahead
Reviewed, implementation can start
area: selector
Support for a JSONPath selector
type: feature
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
Support for filters with the following restrictions:
So strictly filters of the form
[?@<path>]
.Describe the solution you'd like
The solution requires a theoretical write-up and then implementation.
The current idea is to have a second DFA, the filter automaton, controlled by the main query automaton. The state of the filter automaton would determine if a given path match is to be emitted, ingored, or stored to potentially be emitted later.
Additional context
RFC draft.
The text was updated successfully, but these errors were encountered: