Skip to content

feature request: allow multiple filter_relations #8

@jsen-

Description

@jsen-

basically allow:

$[?(
  @.a == 1 || @.a == 2 || @.a == 3
)]

instead of

$[?(
  (@.a == 1 || @.a == 2) || @.a == 3
)]

unfortunately no-one else implements this AFAIK, so feel free to close if it doesn't make sense

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