Home > @poq/sdk-sfcc > FilteredQuery
A filtered query allows to filter the result of a (possibly complex) query using a (possibly complex) filter.
Signature:
export declare class FilteredQuery extends BaseModel<FilteredQuery>
Extends: BaseModel<FilteredQuery
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the FilteredQuery class |
Property | Modifiers | Type | Description |
---|---|---|---|
filter | object | Document representing a filter. | |
query | object | Document representing a query. A query contains a set of objects that define criteria used to select records. A query can contain one of the following: |