mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°4076 - Revert regression in global search from 344cce9fd
Current query was not visible when reaching the results page
This commit is contained in:
@@ -556,7 +556,7 @@ try
|
||||
$sQueryLabel = $sFullText;
|
||||
}
|
||||
GlobalSearchHelper::AddQueryToHistory($sQuery, $sQueryIconUrl, $sQueryLabel);
|
||||
$oP->AddBlockParam('global_search.query', $sQuery);
|
||||
$oP->SetBlockParam('ibo-global-search.sQuery', $sQuery);
|
||||
|
||||
// Check the needle length
|
||||
$iMinLenth = MetaModel::GetConfig()->Get('full_text_needle_min');
|
||||
|
||||
Reference in New Issue
Block a user