Skip to content

Commit 74c5de3

Browse files
committed
docs(search-engine): add examples for search engine templates
1 parent c09d5a2 commit 74c5de3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/management/search-engines/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@ It is recommended that this value is kept short (for example ``g`` for Google an
2727

2828
### Search template
2929
The template must be a valid URL that incldues the ``%s`` placeholder.
30-
Example for Google: ``https://www.google.com/search?q=%s``
3130
Homarr will replace the ``%s`` with the term that the user entered.
31+
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

Comments
 (0)