summaryrefslogtreecommitdiff
path: root/docs/dev/search_api.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-09-13 12:40:47 +0000
committerGitHub <noreply@github.com>2021-09-13 12:40:47 +0000
commitaba3566fbd1efa3b6f2e1302feddca3e72a85fde (patch)
treeba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/dev/search_api.rst
parent823a2fc7926441ba4375d74340a7ab08ac85ef9d (diff)
parentecb7e73e039cf805c31764d148daae15e91389a5 (diff)
downloadsearxng-aba3566fbd1efa3b6f2e1302feddca3e72a85fde.tar.gz
searxng-aba3566fbd1efa3b6f2e1302feddca3e72a85fde.zip
Merge pull request #318 from return42/fix-doc-brand
[brand] docs - normalize project name to SearXNG
Diffstat (limited to 'docs/dev/search_api.rst')
-rw-r--r--docs/dev/search_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst
index 7a5f3cf98..552b0ff84 100644
--- a/docs/dev/search_api.rst
+++ b/docs/dev/search_api.rst
@@ -24,7 +24,7 @@ Parameters
``q`` : required
The search query. This string is passed to external search services. Thus,
- searx supports syntax of each search service. For example, ``site:github.com
+ 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
passed to any search engine which does not filter its results based on this
syntax, you might not get the results you wanted.