...
brand
load_index
speed_rating
price
run_flat
light_truck
category
season_id
offers
Example
Code Block | ||
---|---|---|
| ||
filters: { brand: ['Bridgestone', 'Firestone', 'Fuzion'], load_index: [91, 89], speed_rating: ['H', 'V', 'W', 'S'], price: { from: 100, to: 160 } } function() { } const a = Math.min(2,3) } |
Also you can add search options to any of search methods.
...