33 include_once
'Services/Search/classes/class.ilAbstractSearch.php';
49 $this->active_check = $a_enabled;
61 $this->inactive_check = $a_enabled;
66 $where = $this->__createWhereCondition();
73 if($this->active_check)
75 $query .=
'AND active = 1 ';
77 elseif($this->inactive_check)
79 $query .=
'AND active = 0 ';
86 $this->search_result->addEntry(
$row->usr_id,
'usr',$this->__prepareFound(
$row));
__createLocateString()
build locate string in case of AND search
enableActiveCheck($a_enabled)
search only active accounts
enableInactiveCheck($a_enabled)
search only inactive accounts