19 declare(strict_types=1);
36 $and = $this->__createAndCondition();
39 $query =
"SELECT mep_id,obj_id " .
41 "FROM mep_tree JOIN mep_item ON child = obj_id " .
44 $res = $this->db->query($query);
46 $this->search_result->addEntry(
49 $this->__prepareFound($row),
60 $and = $this->__createKeywordAndCondition();
64 $query =
"SELECT mep_id, child " .
67 "JOIN mep_tree ON mi.obj_id = child " .
68 "JOIN il_meta_keyword mk ON foreign_id = mk.obj_id " .
70 "AND obj_type = 'mob'";
72 $res = $this->db->query($query);
74 $this->search_result->addEntry(
77 $this->__prepareFound($row),
setFields(array $a_fields)
ilSearchResult $search_result