Skip to content

Commit

Permalink
Merge pull request #8332 from oc-group/8_fix_search_page
Browse files Browse the repository at this point in the history
42321: Save standard search page number (release_8)
  • Loading branch information
smeyer-ilias committed Nov 26, 2024
1 parent 0102609 commit f9c3793
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Services/Search/classes/class.ilSearchGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ public function performSearch(): bool
$this->search_cache->deleteCachedEntries();
}

$this->search_cache->setResultPageNumber($page_number);

if ($this->getType() == ilSearchBaseGUI::SEARCH_DETAILS and !$this->getDetails()) {
$this->tpl->setOnScreenMessage('info', $this->lng->txt('search_choose_object_type'));
$this->showSearch();
Expand Down

0 comments on commit f9c3793

Please sign in to comment.