diff options
| author | Bnyro <bnyro@tutanota.com> | 2023-09-19 10:56:31 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-21 15:17:23 +0200 |
| commit | f0df53673e803fdc731a5bd17f2b926e6731c0b8 (patch) | |
| tree | dfeafa8f009ca2fb6510917fc5c77a2bd681c18e /searx/infopage/en | |
| parent | cc2e0537a37adec8124ee62d0e22875904a67be3 (diff) | |
[mod] search-syntax.md: add tutorial about the feeling lucky feature
Diffstat (limited to 'searx/infopage/en')
| -rw-r--r-- | searx/infopage/en/search-syntax.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/searx/infopage/en/search-syntax.md b/searx/infopage/en/search-syntax.md index 99e1e5fd8..ea6663337 100644 --- a/searx/infopage/en/search-syntax.md +++ b/searx/infopage/en/search-syntax.md @@ -33,7 +33,7 @@ To select language filter use a `:` prefix. To give an example: - {{search(':fr !wp Wau Holland')}} -## `!!` external bangs +## `!!<bang>` external bangs SearXNG supports the external bangs from [DuckDuckGo]. To directly jump to a external search page use the `!!` prefix. To give an example: @@ -47,6 +47,20 @@ engine, SearXNG cannot protect your privacy on this. [DuckDuckGo]: https://duckduckgo.com/bang +## `!!` automatic redirect + +When mentioning `!!` within the search query (separated by spaces), you will +automatically be redirected to the first result. This behavior is comparable to +the "Feeling Lucky" feature from DuckDuckGo. To give an example: + +- search for a query and get redirected to the first result + + - {{search('!! Wau Holland')}} + +Please keep in mind that the result you are being redirected to can't become +verified for being trustworthy, SearXNG cannot protect your personal privacy +when using this feature. Use it at your own risk. + ## Special Queries In the {{link('preferences', 'preferences')}} page you find keywords for |