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

@@ -42,7 +42,7 @@ class GlobalSearch extends UIBlock
'js/components/global-search.js',
];
public const DEFAULT_ENDPOINT_REL_URL = 'pages/UI.php?operation=full_text';
public const DEFAULT_ENDPOINT_REL_URL = 'pages/UI.php';
/** @var string $sEndpoint Absolute endpoint URL of the search form */
protected $sEndpoint;