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

Filtering with nested attributes

Open fernandopioli opened this issue 1 year ago • 1 comments

Hi. I'm trying to apply a filter with nested attribute but it's not retrieving the results. Does it work? const options: any = { beginsWith: 'VALUE#', index: 'GSI1', limit: +input.limit, filters: [ { attr: 'values.field1', contains: 'test' } ] } thanks

fernandopioli avatar Apr 03 '23 18:04 fernandopioli