| @@ 232-234 (lines=3) @@ | ||
| 229 | } |
|
| 230 | foreach ($selections as $selection) { |
|
| 231 | if ($filterSet->is_range_slider) { |
|
| 232 | if ((int)$selection['value'] > $item['max']) { |
|
| 233 | $item['max'] = (int)$selection['value']; |
|
| 234 | } |
|
| 235 | if ((int)$selection['value'] < $item['min']) { |
|
| 236 | $item['min'] = (int)$selection['value']; |
|
| 237 | } |
|
| @@ 235-237 (lines=3) @@ | ||
| 232 | if ((int)$selection['value'] > $item['max']) { |
|
| 233 | $item['max'] = (int)$selection['value']; |
|
| 234 | } |
|
| 235 | if ((int)$selection['value'] < $item['min']) { |
|
| 236 | $item['min'] = (int)$selection['value']; |
|
| 237 | } |
|
| 238 | } elseif($item['multiple']) { |
|
| 239 | $selectedPropertyIndex = $this->getSelectedPropertyIndex( |
|
| 240 | $urlParams['properties'], |
|