mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
N°3627 - Fix "global search" results page URL not containing the query
This commit is contained in:
@@ -574,7 +574,7 @@ try
|
||||
|
||||
case 'full_text': // Global "google-like" search
|
||||
$oP->DisableBreadCrumb();
|
||||
$sQuery = trim(utils::ReadPostedParam('query', '', 'raw_data'));
|
||||
$sQuery = trim(utils::ReadParam('text', '', false, 'raw_data'));
|
||||
$iTune = utils::ReadParam('tune', 0);
|
||||
if (empty($sQuery))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user