19 declare(strict_types=1);
36 $this->
setFields(array(
'title',
'content'));
38 $where = $this->__createWhereCondition();
41 $query =
"SELECT id, context_obj_id, context_obj_type " .
43 "FROM il_news_item " .
46 $res = $this->db->query($query);
48 $this->search_result->addEntry(
49 (
int) $row->context_obj_id,
51 $this->__prepareFound($row),
setFields(array $a_fields)
ilSearchResult $search_result
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...