diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-05-28 16:50:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 16:50:55 +0200 |
commit | e93385e6de8d77b1e8285547d642ca9f0d4021dc (patch) | |
tree | 92fa2da327577a276c73a2fc3106753d02c97d84 /searx/infopage | |
parent | 12d808e75dec11d1f8572b6a9a7d5e28d4ab7e50 (diff) | |
parent | c2f7b1136ebd46b4d72bf09a63abc1f039703cfc (diff) | |
download | searxng-e93385e6de8d77b1e8285547d642ca9f0d4021dc.tar.gz searxng-e93385e6de8d77b1e8285547d642ca9f0d4021dc.zip |
Merge pull request #1249 from Linerly/english-infopage
Capitalize website names in search-syntax.md, in the English infopage
Diffstat (limited to 'searx/infopage')
-rw-r--r-- | searx/infopage/en/search-syntax.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/searx/infopage/en/search-syntax.md b/searx/infopage/en/search-syntax.md index 3cee88ffc..fa54017a2 100644 --- a/searx/infopage/en/search-syntax.md +++ b/searx/infopage/en/search-syntax.md @@ -8,7 +8,7 @@ the list of engines, categories and languages. To set category and/or engine names use a `!` prefix. To give a few examples: -- search in wikipedia for **paris** +- search in Wikipedia for **paris** - {{search('!wp paris')}} - {{search('!wikipedia paris')}} @@ -23,29 +23,29 @@ To set category and/or engine names use a `!` prefix. To give a few examples: Abbreviations of the engines and languages are also accepted. Engine/category modifiers are chain able and inclusive. E.g. with {{search('!map !ddg !wp -paris')}} search in map category and duckduckgo and wikipedia for **paris**. +paris')}} search in map category and DuckDuckGo and Wikipedia for **paris**. ## `:` select language To select language filter use a `:` prefix. To give an example: -- search wikipedia by a custom language +- search Wikipedia by a custom language - {{search(':fr !wp Wau Holland')}} ## `!!` external bangs -SearXNG supports the external bangs from [ddg]. To directly jump to a external +SearXNG supports the external bangs from [DuckDuckGo]. To directly jump to a external search page use the `!!` prefix. To give an example: -- search wikipedia by a custom language +- search Wikipedia by a custom language - {{search('!!wfr Wau Holland')}} Please note, your search will be performed directly in the external search engine, SearXNG cannot protect your privacy on this. -[ddg]: https://duckduckgo.com/bang +[DuckDuckGo]: https://duckduckgo.com/bang ## Special Queries |