...
|
...
|
@@ -332,6 +332,7 @@ class SearchController extends AbstractAction |
|
|
$condition = filter_input_array(INPUT_GET, array(
|
|
|
'query' => FILTER_DEFAULT,
|
|
|
'brand' => FILTER_DEFAULT,
|
|
|
'shop_id' => FILTER_DEFAULT,
|
|
|
'sort' => FILTER_DEFAULT,
|
|
|
'msort' => FILTER_DEFAULT,
|
|
|
'misort' => FILTER_DEFAULT,
|
...
|
...
|
|