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 @@
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:
+ +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.