切换搜索为英文

This commit is contained in:
wlx 2013-09-23 06:25:34 +00:00
parent e0f5bdd4f0
commit 18f541c43d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Search
function __construct($text='')
{
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->terms = array();
$this->text=$text;