切换搜索为英文
This commit is contained in:
parent
e0f5bdd4f0
commit
18f541c43d
|
@ -66,7 +66,7 @@ class Search
|
||||||
function __construct($text='')
|
function __construct($text='')
|
||||||
{
|
{
|
||||||
require_once '/home/wlx/xunsearch/sdk/php/lib/XS.php';
|
require_once '/home/wlx/xunsearch/sdk/php/lib/XS.php';
|
||||||
$this->xs=new XS('westdc');
|
$this->xs=new XS('card');
|
||||||
$this->search=$this->xs->search;
|
$this->search=$this->xs->search;
|
||||||
$this->terms = array();
|
$this->terms = array();
|
||||||
$this->text=$text;
|
$this->text=$text;
|
||||||
|
|
Loading…
Reference in New Issue