N°3627 - Fix "global search" results page URL not containing the query

This commit is contained in:
Molkobain
2021-01-13 21:20:41 +01:00
parent 0f72a35f48
commit 8df2f96dfe
3 changed files with 5 additions and 4 deletions

View File

@@ -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))
{