Change global search prefix to @
This commit is contained in:
parent
bc6a3ad9eb
commit
430d761ef7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export function searchBox(): HTMLElement {
|
|||
}
|
||||
// Check for special flags
|
||||
let entries: SearchEntry[] = allEntries;
|
||||
global = str[0] === ",";
|
||||
global = str[0] === "@";
|
||||
|
||||
// Unless we're doing a global search don't show entries for other pages
|
||||
if (!global) {
|
||||
|
|
Reference in a new issue