Skip to content

A UI to support grouping of queries/filters with and/or #174

Open
@kritish-dhaubanjar

Description

@kritish-dhaubanjar

Is your feature request related to a problem? Please describe.
Support nested/grouped queries/filters:

{
  "IndexName": "gsi-serviceId-createdDate-index",
  "FilterExpression": "#serviceId = :ruimm or (#isActive = :ngelh and #providerName = :qxccg)",
  "ExpressionAttributeNames": {
    "#serviceId": "serviceId",
    "#isActive": "isActive",
    "#providerName": "providerName"
  },
  "ExpressionAttributeValues": {
    ":ruimm": "c95cb5a9c6b64e25b4549d317a4f45b6",
    ":ngelh": false,
    ":qxccg": "Biplap Bhattarai"
  }
}

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions