19declare(strict_types=1);
36 $and = $this->__createAndCondition();
39 $query =
"SELECT mep_id, obj_id, type " .
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),
61 $and = $this->__createKeywordAndCondition();
65 $query =
"SELECT mep_id, child, type " .
68 "JOIN mep_tree ON mi.obj_id = child " .
69 "JOIN il_meta_keyword mk ON foreign_id = mk.obj_id " .
71 "AND obj_type = 'mob'";
73 $res = $this->db->query($query);
75 $this->search_result->addEntry(
78 $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...