diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-19 11:46:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-19 11:46:29 +0100 |
| commit | e82e37ce6dffe2796b0fae63d893ad637c2be37b (patch) | |
| tree | 49689668e8de24b0a2d244b227467da4db5be22d /docs/dev/search_api.rst | |
| parent | 55737a219b0c91882a7d512312cc8f545108f8e8 (diff) | |
| parent | 1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec (diff) | |
Merge pull request #515 from return42/doc-theme
Various modification of the documentation and the theme sphinx-theme
Diffstat (limited to 'docs/dev/search_api.rst')
| -rw-r--r-- | docs/dev/search_api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst index 552b0ff84..ce7237677 100644 --- a/docs/dev/search_api.rst +++ b/docs/dev/search_api.rst @@ -25,7 +25,7 @@ Parameters ``q`` : required The search query. This string is passed to external search services. Thus, SearXNG supports syntax of each search service. For example, ``site:github.com - searx`` is a valid query for Google. However, if simply the query above is + SearXNG`` is a valid query for Google. However, if simply the query above is passed to any search engine which does not filter its results based on this syntax, you might not get the results you wanted. @@ -62,7 +62,7 @@ Parameters ``image_proxy`` : default ``False`` [ ``True``, ``False`` ] - Proxy image results through searx. + Proxy image results through SearXNG. ``autocomplete`` : default *empty* [ ``google``, ``dbpedia``, ``duckduckgo``, ``startpage``, ``wikipedia`` ] |