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