35 include_once
'Services/Search/classes/class.ilAbstractSearch.php';
52 $where = $this->__createWhereCondition(implode(
',',$this->
getFields()));
63 $this->search_result->addEntry(
$row->obj_fi,
'tst',$this->__prepareFound(
$row));
69 $this->
setFields(array(
'title',
'description'));
71 $where = $this->__createWhereCondition(implode(
',',$this->
getFields()));
76 "FROM qpl_questions ".
82 $this->search_result->addEntry(
$row->obj_fi,
'qpl',$this->__prepareFound(
$row));
90 $where = $this->__createWhereCondition(implode(
',',$this->
getFields()));
101 $this->search_result->addEntry(
$row->obj_fi,
'svy',$this->__prepareFound(
$row));
107 $this->
setFields(array(
'title',
'description'));
109 $where = $this->__createWhereCondition(implode(
',',$this->
getFields()));
112 $query =
"SELECT obj_fi ".
114 "FROM svy_question ".
120 $this->search_result->addEntry(
$row->obj_fi,
'spl',$this->__prepareFound(
$row));