This website works better with JavaScript.
Home
Explore
Help
Sign In
BenoitCier
/
Opendistrib
forked from
Laclic/Souke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'dev'
master
Guillaume Bourgeois
5 years ago
parent
1a85e6ce14
fc1e2e63c6
commit
a038781ec1
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
common/models/ProductSearch.php
+ 1
- 1
common/models/ProductSearch.php
View File
@@ -69,7 +69,7 @@ class ProductSearch extends Product
'query' => $query,
'sort' => ['attributes' => ['order', 'photo', 'name', 'description','active']],
'pagination' => [
'pageSize' =>
2
0,
'pageSize' =>
100
0,
],
]);
Write
Preview
Loading…
Cancel
Save