Skip to content

Filtering with nested attributes  #489

@fernandopioli

Description

@fernandopioli

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

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions