| @@ 292-294 (lines=3) @@ | ||
| 289 | } |
|
| 290 | foreach ($selections as $selection) { |
|
| 291 | if ($filterSet->is_range_slider) { |
|
| 292 | if ((int)$selection['value'] > $item['max']) { |
|
| 293 | $item['max'] = (int)$selection['value']; |
|
| 294 | } |
|
| 295 | if ((int)$selection['value'] < $item['min']) { |
|
| 296 | $item['min'] = (int)$selection['value']; |
|
| 297 | } |
|
| @@ 295-297 (lines=3) @@ | ||
| 292 | if ((int)$selection['value'] > $item['max']) { |
|
| 293 | $item['max'] = (int)$selection['value']; |
|
| 294 | } |
|
| 295 | if ((int)$selection['value'] < $item['min']) { |
|
| 296 | $item['min'] = (int)$selection['value']; |
|
| 297 | } |
|
| 298 | } elseif($item['multiple']) { |
|
| 299 | $selectedPropertyIndex = $this->getSelectedPropertyIndex( |
|
| 300 | $urlParams['properties'], |
|