35include_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));
60 $this->
setFields(array(
'title',
'description'));
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));
98 $this->
setFields(array(
'title',
'description'));
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));
An exception for terminatinating execution or to throw for unit testing.
__createLocateString()
build locate string in case of AND search
setFields($a_fields)
Set fields to search.
getFields()
Get fields to search.
& __searchTestIntroduction()
& __searchSurveyIntroduction()