3 declare(strict_types=1);
23 $and = $this->__createAndCondition();
26 $query =
"SELECT mep_id,obj_id " .
28 "FROM mep_tree JOIN mep_item ON child = obj_id " .
33 $this->search_result->addEntry(
36 $this->__prepareFound($row),
47 $and = $this->__createKeywordAndCondition();
51 $query =
"SELECT mep_id, child " .
54 "JOIN mep_tree ON mi.obj_id = child " .
55 "JOIN il_meta_keyword mk ON foreign_id = mk.obj_id " .
57 "AND obj_type = 'mob'";
61 $this->search_result->addEntry(
64 $this->__prepareFound($row),
setFields(array $a_fields)
ilSearchResult $search_result