15include_once
'Services/Search/classes/class.ilAbstractSearch.php';
23 $and = $this->__createAndCondition();
26 $query =
"SELECT mep_id,obj_id ".
28 "FROM mep_tree JOIN mep_item ON child = obj_id ".
34 $this->search_result->addEntry(
$row->mep_id,
'mep',$this->__prepareFound(
$row),
$row->obj_id);
43 $and = $this->__createKeywordAndCondition();
47 $query =
"SELECT mep_id, child ".
50 "JOIN mep_tree ON mi.obj_id = child ".
51 "JOIN il_meta_keyword mk ON foreign_id = mk.obj_id ".
53 "AND obj_type = 'mob'";
58 $this->search_result->addEntry(
$row->mep_id,
'mep',$this->__prepareFound(
$row),
$row->child);
An exception for terminatinating execution or to throw for unit testing.
__createLocateString()
build locate string in case of AND search
setFields($a_fields)
Set fields to search.