diff --git a/static/usage.html b/static/usage.html index 991829406..eaccc4fa5 100644 --- a/static/usage.html +++ b/static/usage.html @@ -601,6 +601,27 @@

Web browsing

sites from each other rather than only containing content as a whole. The sandbox has been gradually improving on the desktop but it isn't happening for their Android browser yet.

+ +

Vanadium supports adding search engines through the OpenSearch format. + To add a search engine and set it as the default search engine, the process is as + follows:

+ +
    +
  1. Go to the website and perform a search.
  2. +
  3. Go to Settings > Search Engine and set the search engine + which now appears under Recently Visited as the default search + engine.
  4. +
+ +

If the search engine does not appear even after performing a search, it may be + using POST HTTP requests by default to handle your queries, even if the website serves + an OpenSearch Document. For Vanadium to detect the search engine, queries need to be + made with GET HTTP requests.

+ +

If you have turned on GET HTTP requests with the search engine and Vanadium still + does not detect the search engine, it likely does not serve an OpenSearch document, and + cannot be added as a search engine.