伪静态下搜索bug修复
parent
16d9635ea5
commit
4ab49e3bc6
|
|
@ -46,7 +46,7 @@ class Search extends Common
|
|||
$this->params['screening_price_id'] = intval(input('screening_price_id', 0));
|
||||
|
||||
// 搜索关键字
|
||||
$this->params['keywords'] = str_replace(['?'], '', trim(input('keywords')));
|
||||
$this->params['keywords'] = str_replace(['?', ' ', '+', '-'], '', trim(input('keywords')));
|
||||
|
||||
// 排序方式
|
||||
$this->params['order_by_field'] = input('order_by_field', 'default');
|
||||
|
|
|
|||
Loading…
Reference in New Issue