Browse Source

Merge branch 'develop'

master
Guillaume Bourgeois 16 hours ago
parent
commit
93b408994a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      domain/Product/ProductCategory/ProductCategorySearch.php

+ 1
- 1
domain/Product/ProductCategory/ProductCategorySearch.php View File

@@ -68,7 +68,7 @@ class ProductCategorySearch extends ProductCategory
'query' => $query,
'sort' => ['attributes' => ['name']],
'pagination' => [
'pageSize' => 20,
'pageSize' => 100,
],
]);

Loading…
Cancel
Save