Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kritish-dhaubanjar opened this issue Jan 25, 2023 · 0 comments
Open

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

kritish-dhaubanjar opened this issue Jan 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kritish-dhaubanjar
Copy link
Owner

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 kritish-dhaubanjar added the enhancement New feature or request label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant