Skip to content

feature request: allow multiple filter_relations #8

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

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