33 include_once
'Services/Search/classes/class.ilAbstractSearch.php';
61 $this->definition = $a_def;
107 $this->query_parser->parse();
117 $search_type = strtolower(substr(get_class($this), 12, -6));
120 if(is_array($res_field))
122 foreach($res_field as
$row)
124 $found = is_array($row[
"found"]) ? $row[
"found"] : array();
125 $this->search_result->addEntry($row[
"obj_id"],$row[
"type"],$found);