Skip to main content

Interface: ProductSearchAttributeIntegerRangeFilter

Defined in: type/ProductSearchAttributeIntegerRangeFilter.ts:4

Object class for ProductSearchAttributeIntegerRangeFilter

Properties

max?

optional max?: number

Defined in: type/ProductSearchAttributeIntegerRangeFilter.ts:12

Maximum integer value found for this attribute in current results.

The highest integer value present in the search results for this attribute, used as the upper bound for range filtering controls.


min?

optional min?: number

Defined in: type/ProductSearchAttributeIntegerRangeFilter.ts:8

Minimum integer value found for this attribute in current results.

The lowest integer value present in the search results for this attribute, used as the lower bound for range filtering controls.