Skip to content

Commit 366d6ff

Browse files
authored
Fix search engine documentation to match actual UI (#209)
1 parent 938a343 commit 366d6ff

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

content/docs/user-manual/urlbar.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ Open `Settings` > `Search` > `Search Shortcuts` to show the list of available se
5858

5959
Click the **Add** button to add a new search engine manually, using these text fields:
6060

61-
- **Search engine name**
62-
- **Engine URL** (use %s in place of the search term)
63-
- **Search suggestion URL** (use %s in place of the search term, you can use the same link as the Engine URL)
64-
- **Custom keyword** that you can type in the URL bar to easily switch to the search mode for that specific search engine.
61+
- **Search engine name** is the display name for your search engine.
62+
- **URL with %s in place of search term** is the search URL template (use %s where the search query should go).
63+
- **Custom keyword (optional)** that you can type in the URL bar to easily switch to the search mode for that specific search engine.
6564

66-
Here is an example of adding Qwant as search engine manually:
65+
Click **Advanced** to access additional optional fields:
66+
- **POST data with %s in place of search term** should be left empty for GET requests, or specify POST data if the search engine requires it.
67+
- **Suggestions URL with %s in place of search term (optional)** is the URL for search suggestions and autocomplete (you can use the same link as the main URL).
68+
69+
Here is an example of adding Qwant as search engine manually, using the Advanced options:
6770
![Add Custom Search Engine](/assets/user-manual/urlbar/add-manual.png)
6871

6972
You can also set a **custom keyword** to the search engines you add, by double clicking the Keyword column on the row of a search engine. Type the keyword, and press **Enter** to save it. Use the search engine by clicking the **New Tab** button, type the custom keyword and press **Space** key to activate the search engine. Type your search query, and press **Enter** to show the search results in new tab.
-382 KB
Loading
-374 KB
Loading

0 commit comments

Comments
 (0)