dynamodb-dashboard icon indicating copy to clipboard operation
dynamodb-dashboard copied to clipboard

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

Open kritish-dhaubanjar opened this issue 2 years ago • 0 comments
trafficstars

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

kritish-dhaubanjar avatar Jan 25 '23 08:01 kritish-dhaubanjar