3 declare(strict_types=1);
45 $this->query_parser = $qp_obj;
46 $this->db = $DIC->database();
50 public function setMode(
string $a_mode): void
52 $this->mode = $a_mode;
70 echo
"ilMDSearch::performSearch() no mode given";
81 foreach ($this->query_parser->getQuotedWords() as $word) {
83 $where .= strtoupper($this->query_parser->getCombination());
89 $query =
"SELECT * FROM il_meta_keyword" .
91 "ORDER BY meta_keyword_id DESC";
95 $this->search_result->addEntry($row->obj_id, $row->obj_type, $row->rbac_id);
__construct(ilQueryParser $qp_obj)
ilQueryParser $query_parser
ilSearchResult $search_result