让Typecho自带搜索支持空格搜索
1、var/Widget/Archive.php文件
2、找到处理搜索的位置:$keywords = $this->request->filter('url', 'search')->keywords;
3、替换为:$keywords = $this->request->keywords;
效果参考本站
让Typecho自带搜索支持空格搜索
1、var/Widget/Archive.php文件
2、找到处理搜索的位置:$keywords = $this->request->filter('url', 'search')->keywords;
3、替换为:$keywords = $this->request->keywords;
效果参考本站