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