优化分词搜索

This commit is contained in:
Alone
2024-11-07 09:39:09 +08:00
parent 732e5c0524
commit ca7422102b
2 changed files with 11 additions and 3 deletions
+2
View File
@@ -92,6 +92,8 @@ class Index extends QfShop
$data['page_size'] = 10;
$data['title'] = $name;
$data['category_id'] = $cate;
$data['search_type'] = 1;
$data['is_time'] = 1;
$list = $this->SourceModel->getList($data);