Browse Source

Merge branch 'dev'

master
Guillaume Bourgeois 5 years ago
parent
commit
a038781ec1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/models/ProductSearch.php

+ 1
- 1
common/models/ProductSearch.php View File

'query' => $query, 'query' => $query,
'sort' => ['attributes' => ['order', 'photo', 'name', 'description','active']], 'sort' => ['attributes' => ['order', 'photo', 'name', 'description','active']],
'pagination' => [ 'pagination' => [
'pageSize' => 20,
'pageSize' => 1000,
], ],
]); ]);

Loading…
Cancel
Save