Interface: AttributeFilter
Defined in: type/AttributeFilter.ts:10
Object class for AttributeFilter
Extends
Properties
attributeDescription?
optionalattributeDescription?:AttributeDescription
Defined in: type/AttributeFilter.ts:14
attributeDescription field
decimalRangeFilter?
optionaldecimalRangeFilter?:AttributeDecimalRangeFilter
Defined in: type/AttributeFilter.ts:33
Minimum and maximum value range for decimal attributes
Overrides
IAttributeFilter.decimalRangeFilter
id
id:
string
Defined in: type/AttributeFilter.ts:12
Attribute filter id
Overrides
integerRangeFilter?
optionalintegerRangeFilter?:AttributeIntegerRangeFilter
Defined in: type/AttributeFilter.ts:31
Minimum and maximum value range for integer attributes
Overrides
IAttributeFilter.integerRangeFilter
textFilters?
optionaltextFilters?:AttributeTextFilter[]
Defined in: type/AttributeFilter.ts:29
All available attribute text values within this search result for this particular attribute.
Overrides
type
type:
AttributeType
Defined in: type/AttributeFilter.ts:27
The type of the attribute. Possible values:
- text
- list
- enum
- enumlist
- color
- date
- datetime
- object
- integer
- decimal