|
@@ -27,7 +27,7 @@ return [
|
|
|
// 搜索页面的 meta description格式 ,%s 将会被替换成搜索词
|
|
|
'search_page_meta_description_format' => 'Search Text: %s ',
|
|
|
// 搜索的最大个数
|
|
|
- 'product_search_max_count' => 1000,
|
|
|
+ 'product_search_max_count' => 3000,
|
|
|
// 搜索页面是否开启面包屑导航
|
|
|
'search_breadcrumbs' => false,
|
|
|
|
|
@@ -35,7 +35,7 @@ return [
|
|
|
|
|
|
'search_query' =>[
|
|
|
// 放到第一个的就是默认值,譬如下面的30
|
|
|
- 'numPerPage' => [30, 60, 90], // 产品显示个数的列举
|
|
|
+ 'numPerPage' => [20, 60, 90], // 产品显示个数的列举
|
|
|
|
|
|
// 价格区间设置,如果不想在搜索页面价格过滤,可以清空这个。
|
|
|
'price_range' => [
|