19 declare(strict_types=1);
54 $this->tabs_gui = $DIC->tabs();
55 $this->
help = $DIC[
'ilHelp'];
67 $next_class = $this->
ctrl->getNextClass($this);
68 $cmd = $this->
ctrl->getCmd();
71 switch ($next_class) {
72 case 'ilobjectcopygui':
73 $this->
ctrl->setReturn($this);
75 $this->
ctrl->forwardCommand($cp);
81 $cmd =
"showSavedResults";
101 $filter->loadFromDb();
104 if ($filter->getResultObjIds()) {
105 $searcher->highlight($filter->getResultObjIds());
108 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.lucene_adv_search.html',
'components/ILIAS/Search');
110 $presentation->setResults($filter->getResultIds());
111 $presentation->setSearcher($searcher);
115 $this->
addPager($filter,
'max_page');
116 $presentation->setPreviousNext($this->prev_link, $this->next_link);
118 if ($presentation->render()) {
119 $this->tpl->setVariable(
'SEARCH_RESULTS', $presentation->getHTML());
120 } elseif (strlen(trim($qp->getQuery()))) {
121 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'search_no_match'));
126 $this->tpl->setVariable(
'SEARCH_TABLE', $this->
form->getHTML());
128 if ($filter->getResultIds()) {
139 $this->
form->setFormAction($this->
ctrl->getFormAction($this,
'search'));
140 $this->
form->setTitle($this->
lng->txt(
'search_advanced'));
141 $this->
form->addCommandButton(
'search', $this->
lng->txt(
'search'));
142 $this->
form->addCommandButton(
'reset', $this->
lng->txt(
'reset'));
144 foreach ($this->fields->getActiveSections() as $definition) {
145 if ($definition[
'name'] !=
'default') {
147 $section->setTitle($definition[
'name']);
148 $this->
form->addItem($section);
151 foreach ($definition[
'fields'] as $field_name) {
152 if (is_object($element = $this->fields->getFormElement($this->search_cache->getQuery(), $field_name,
$this->form))) {
153 $this->
form->addItem($element);
165 if ($this->
http->wrapper()->post()->has(
'root_id')) {
166 $root_id = $this->
http->wrapper()->post()->retrieve(
172 if ($this->
http->wrapper()->post()->has(
'queryString')) {
173 $queryString = $this->
http->wrapper()->post()->retrieve(
175 $this->
refinery->kindlyTo()->string()
178 $this->search_cache->setRoot($root_id);
179 $this->search_cache->setQuery([
'lom_content' => $queryString]);
180 $this->search_cache->save();
186 if (!is_array($this->search_cache->getQuery())) {
188 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'msg_no_search_string'));
193 $this->search_cache->deleteCachedEntries();
206 $this->search_cache->setQuery(array());
207 $this->search_cache->save();
219 if (!strlen(trim($qp->getQuery()))) {
220 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'msg_no_search_string'));
231 $filter->setCandidates($searcher->getResult());
234 if ($filter->getResultObjIds()) {
235 $searcher->highlight($filter->getResultObjIds());
239 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.lucene_adv_search.html',
'components/ILIAS/Search');
241 $presentation->setResults($filter->getResultIds());
242 $presentation->setSearcher($searcher);
245 $this->
addPager($filter,
'max_page');
246 $presentation->setPreviousNext($this->prev_link, $this->next_link);
248 if ($presentation->render()) {
249 $this->tpl->setVariable(
'SEARCH_RESULTS', $presentation->getHTML());
251 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'search_no_match'));
256 $this->tpl->setVariable(
'SEARCH_TABLE', $this->
form->getHTML());
258 if ($filter->getResultIds()) {
268 parent::prepareOutput();
277 $this->
help->setScreenIdComponent(
"src_luc");
279 $this->tabs_gui->addTarget(
'search', $this->
ctrl->getLinkTargetByClass(
'illucenesearchgui'));
282 $this->tabs_gui->addTarget(
'search_user', $this->
ctrl->getLinkTargetByClass(
'illuceneusersearchgui'));
287 $this->fields->getActiveFields()) {
288 $this->tabs_gui->addTarget(
'search_advanced', $this->
ctrl->getLinkTarget($this));
291 $this->tabs_gui->setTabActive(
'search_advanced');
306 $this->search_cache->setResultPageNumber($page_number);
308 if ($this->
http->wrapper()->post()->has(
'query')) {
309 $this->search_cache->setQuery($this->
http->request()->getParsedBody()[
'query'] ?? []);
318 $adm_view_cmp = $adm_cmds = $creation_selector = $adm_view =
false;
321 if (isset($this->admin_panel_commands) && (count((array) $this->admin_panel_commands) > 0)) {
322 foreach ($this->admin_panel_commands as $cmd) {
323 $this->tpl->setCurrentBlock(
"lucene_admin_panel_cmd");
324 $this->tpl->setVariable(
"LUCENE_PANEL_CMD", $cmd[
"cmd"]);
325 $this->tpl->setVariable(
"LUCENE_TXT_PANEL_CMD", $cmd[
"txt"]);
326 $this->tpl->parseCurrentBlock();
332 $this->tpl->setCurrentBlock(
"lucene_adm_view_components");
334 $this->tpl->setVariable(
"LUCENE_ADM_ALT_ARROW", $this->
lng->txt(
"actions"));
335 $this->tpl->parseCurrentBlock();
336 $adm_view_cmp =
true;
340 if (isset($this->admin_view_button) && is_array($this->admin_view_button)) {
341 if (is_array($this->admin_view_button)) {
342 $this->tpl->setCurrentBlock(
"lucene_admin_button");
343 $this->tpl->setVariable(
344 "LUCENE_ADMIN_MODE_LINK",
345 $this->admin_view_button[
"link"]
347 $this->tpl->setVariable(
348 "LUCENE_TXT_ADMIN_MODE",
349 $this->admin_view_button[
"txt"]
351 $this->tpl->parseCurrentBlock();
353 $this->tpl->setCurrentBlock(
"lucene_admin_view");
354 $this->tpl->parseCurrentBlock();
359 if (isset($this->creation_selector) && is_array($this->creation_selector)) {
360 $this->tpl->setCurrentBlock(
"lucene_add_commands");
362 $this->tpl->setVariable(
"LUCENE_ADD_COM_WIDTH",
'width="1"');
364 $this->tpl->setVariable(
365 "LUCENE_SELECT_OBJTYPE_REPOS",
366 $this->creation_selector[
"options"]
368 $this->tpl->setVariable(
369 "LUCENE_BTN_NAME_REPOS",
370 $this->creation_selector[
"command"]
372 $this->tpl->setVariable(
373 "LUCENE_TXT_ADD_REPOS",
374 $this->creation_selector[
"txt"]
376 $this->tpl->parseCurrentBlock();
377 $creation_selector =
true;
379 if ($adm_view || $creation_selector) {
380 $this->tpl->setCurrentBlock(
"lucene_adm_panel");
382 $this->tpl->setVariable(
"LUCENE_ADM_TBL_WIDTH",
'width:"100%";');
384 $this->tpl->parseCurrentBlock();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
GUI class for the workflow of copying objects.
static _getInstance(int $a_usr_id)
static getInstance(ilLuceneQueryParser $qp)
Get singleton instance.
reset()
Reset search form.
remoteSearch()
Search from main menu.
handleCommand(string $a_cmd)
executeCommand()
Execute Command.
static resetDetails()
As long as static::resetDetails is not possible this method is final.
prepareOutput()
Add admin panel command.
__construct()
Constructor.
static http()
Fetches the global http state from ILIAS.
Presentation of search results using object list gui.
static getInstance(int $a_user_id)
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
initFormSearch()
Show search form.
initUserSearchCache()
Init user search cache.
showSavedResults()
Show saved results.
form( $class_path, string $cmd, string $submit_caption="")
addPager($result, string $a_session_key)
__construct(Container $dic, ilPlugin $plugin)
array $admin_panel_commands
performSearch()
Perform search.
initPageNumberFromQuery()
static clear(string $a_var)
Field definitions of advanced meta data search.
ilLuceneAdvancedSearchFields $fields