Skip to content

Commit

Permalink
fix(search): 馃悰 search history URL should not force fulltext
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Aug 24, 2023
1 parent 590d610 commit 2c1940c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.search/presult.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function presult() {
icon: 'history',
id: `citizen-typeahead-history-${index}`,
// TODO: Add option to prepend the result to input field
link: `${config.wgScriptPath}/index.php?title=Special:Search&fulltext=1&search=${result}`,
link: `${config.wgScriptPath}/index.php?title=Special:Search&search=${result}`,
type: 'history',
size: 'sm',
desc: result
Expand Down

0 comments on commit 2c1940c

Please sign in to comment.