We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09d5a2 commit 74c5de3Copy full SHA for 74c5de3
docs/management/search-engines/index.mdx
@@ -27,5 +27,11 @@ It is recommended that this value is kept short (for example ``g`` for Google an
27
28
### Search template
29
The template must be a valid URL that incldues the ``%s`` placeholder.
30
-Example for Google: ``https://www.google.com/search?q=%s``
31
Homarr will replace the ``%s`` with the term that the user entered.
+
32
+#### Examples
33
+- Google: ``https://www.google.com/search?q=%s``
34
+- Ecosia: ``https://www.ecosia.org/search?q=%s``
35
+- DuckDuckGo: ``https://duckduckgo.com/?q=%s``
36
+- Bing: ``https://www.bing.com/search?q=%s``
37
+- YouTube: ``https://www.youtube.com/results?search_query=%s``
0 commit comments