Skip to main content

IProductSearchAttributeIntegerRangeFilter

Integer range boundaries for numeric attribute filtering.

Defines the minimum and maximum integer values found in search results for a numeric attribute, used for building range slider filters and numeric input controls.

interface IProductSearchAttributeIntegerRangeFilter {
min: Int
max: Int
}

Fields

IProductSearchAttributeIntegerRangeFilter.min ● Int scalar

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.

IProductSearchAttributeIntegerRangeFilter.max ● Int scalar

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.

Member Of

IProductSearchAttributeFilter interface ● ProductSearchAttributeFilter object

Implemented By

ProductSearchAttributeIntegerRangeFilter object