Skip to content

Commit f9c3793

Browse files
committed
Merge pull request ILIAS-eLearning#8332 from oc-group/8_fix_search_page
42321: Save standard search page number (release_8)
1 parent 0102609 commit f9c3793

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Services/Search/classes/class.ilSearchGUI.php

+2
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ public function performSearch(): bool
417417
$this->search_cache->deleteCachedEntries();
418418
}
419419

420+
$this->search_cache->setResultPageNumber($page_number);
421+
420422
if ($this->getType() == ilSearchBaseGUI::SEARCH_DETAILS and !$this->getDetails()) {
421423
$this->tpl->setOnScreenMessage('info', $this->lng->txt('search_choose_object_type'));
422424
$this->showSearch();

0 commit comments

Comments
 (0)