Skip to content

Add support for the conditions filters variables to apply nested conditions #20

@ciphrd

Description

@ciphrd

Add support for the conditions field:

{
  "filters": {
    "operator": "OR",
    "conditions": [
      {
        "operator": "AND",
        "price_gte": "1000000",
        "cancelledAt_exist": true
      },
      {
        "operator": "AND",
        "price_lte": "500000",
        "cancelledAt_exist": true
      }
    ]
  }
}

It should compose AND and OR operations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions