35 include_once
'Services/Search/classes/class.ilAbstractSearch.php';
43 $where = $this->__createWhereCondition(implode(
',',$this->
getFields()));
54 $this->search_result->addEntry(
$row->obj_fi,
'tst',$this->__prepareFound(
$row));
62 $where = $this->__createWhereCondition(implode(
',',$this->
getFields()));
67 "FROM qpl_questions ".
73 $this->search_result->addEntry(
$row->obj_fi,
'qpl',$this->__prepareFound(
$row));
81 $where = $this->__createWhereCondition(implode(
',',$this->
getFields()));
92 $this->search_result->addEntry(
$row->obj_fi,
'svy',$this->__prepareFound(
$row));
100 $where = $this->__createWhereCondition(implode(
',',$this->
getFields()));
103 $query =
"SELECT obj_fi ".
105 "FROM svy_question ".
111 $this->search_result->addEntry(
$row->obj_fi,
'spl',$this->__prepareFound(
$row));
getFields()
Get fields to search.
__createLocateString()
build locate string in case of AND search
setFields($a_fields)
Set fields to search.
Create styles array
The data for the language used.
& __searchSurveyIntroduction()
& __searchTestIntroduction()