Skip to main content

ProductSearchAttributeIntegerRangeFilter

No description

type ProductSearchAttributeIntegerRangeFilter implements IProductSearchAttributeIntegerRangeFilter {
min: Int
max: Int
}

Fields

ProductSearchAttributeIntegerRangeFilter.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.

ProductSearchAttributeIntegerRangeFilter.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.

Interfaces

IProductSearchAttributeIntegerRangeFilter interface

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.