diff --git a/.buildinfo b/.buildinfo index 0480de0fe60..3974e3efd1a 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: e451276e6ae51be17ad2745602e1a82c +config: dbb3ce55602846f2d8ffdb24a7b42d95 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/404.html b/404.html index 636eaee46ff..460227e713c 100644 --- a/404.html +++ b/404.html @@ -5,14 +5,14 @@ -
- :py:obj:`search_url`
- :py:obj:`lang_all`
- :py:obj:`soft_max_redirects`
+- :py:obj:`method`
+- :py:obj:`request_body`
- :py:obj:`cookies`
- :py:obj:`headers`
@@ -191,6 +193,16 @@ Source code for searx.engines.xpath
'''Some engines might offer different result based headers. Possible use-case:
To set header to moderate.'''
+method = 'GET'
+'''Some engines might require to do POST requests for search.'''
+
+request_body = ''
+'''The body of the request. This can only be used if different :py:obj:`method`
+is set, e.g. ``POST``. For formatting see the documentation of :py:obj:`search_url`::
+
+ search={query}&page={pageno}{time_range}{safe_search}
+'''
+
paging = False
'''Engine supports paging [True or False].'''
@@ -278,8 +290,14 @@ Source code for searx.engines.xpath
params['headers'].update(headers)
params['url'] = search_url.format(**fargs)
- params['soft_max_redirects'] = soft_max_redirects
+ params['method'] = method
+ if request_body:
+ # don't url-encode the query if it's in the request body
+ fargs['query'] = query
+ params['data'] = request_body.format(**fargs)
+
+ params['soft_max_redirects'] = soft_max_redirects
params['raise_for_httperror'] = False
return params
@@ -296,6 +314,10 @@ Source code for searx.engines.xpath
raise_for_httperror(resp)
results = []
+
+ if not resp.text:
+ return results
+
dom = html.fromstring(resp.text)
is_onion = 'onions' in categories
diff --git a/_modules/searx/engines/yahoo.html b/_modules/searx/engines/yahoo.html
index d9d3c6b3c7f..b7f516d66f7 100644
--- a/_modules/searx/engines/yahoo.html
+++ b/_modules/searx/engines/yahoo.html
@@ -5,14 +5,14 @@
- searx.engines.yahoo — SearXNG Documentation (2024.11.27+342d32119)
+ searx.engines.yahoo — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.engines »
searx.engines.yahoo
diff --git a/_modules/searx/engines/zlibrary.html b/_modules/searx/engines/zlibrary.html
index 86e668cf242..9c5f32cbd4b 100644
--- a/_modules/searx/engines/zlibrary.html
+++ b/_modules/searx/engines/zlibrary.html
@@ -5,14 +5,14 @@
- searx.engines.zlibrary — SearXNG Documentation (2024.11.27+342d32119)
+ searx.engines.zlibrary — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.engines »
searx.engines.zlibrary
diff --git a/_modules/searx/exceptions.html b/_modules/searx/exceptions.html
index 5b7f47c5d3f..d8bfab70b63 100644
--- a/_modules/searx/exceptions.html
+++ b/_modules/searx/exceptions.html
@@ -5,14 +5,14 @@
- searx.exceptions — SearXNG Documentation (2024.11.27+342d32119)
+ searx.exceptions — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.exceptions
diff --git a/_modules/searx/favicons/cache.html b/_modules/searx/favicons/cache.html
index df4a7985336..011b41a1805 100644
--- a/_modules/searx/favicons/cache.html
+++ b/_modules/searx/favicons/cache.html
@@ -5,14 +5,14 @@
- searx.favicons.cache — SearXNG Documentation (2024.11.27+342d32119)
+ searx.favicons.cache — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.favicons.cache
diff --git a/_modules/searx/favicons/config.html b/_modules/searx/favicons/config.html
index 80af5ac5ed9..ff3329ee4a5 100644
--- a/_modules/searx/favicons/config.html
+++ b/_modules/searx/favicons/config.html
@@ -5,14 +5,14 @@
- searx.favicons.config — SearXNG Documentation (2024.11.27+342d32119)
+ searx.favicons.config — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.favicons.config
diff --git a/_modules/searx/favicons/proxy.html b/_modules/searx/favicons/proxy.html
index a406a78d906..b0ece3d646f 100644
--- a/_modules/searx/favicons/proxy.html
+++ b/_modules/searx/favicons/proxy.html
@@ -5,14 +5,14 @@
- searx.favicons.proxy — SearXNG Documentation (2024.11.27+342d32119)
+ searx.favicons.proxy — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.favicons.proxy
diff --git a/_modules/searx/favicons/resolvers.html b/_modules/searx/favicons/resolvers.html
index 7d0196ffc12..545e1a4e601 100644
--- a/_modules/searx/favicons/resolvers.html
+++ b/_modules/searx/favicons/resolvers.html
@@ -5,14 +5,14 @@
- searx.favicons.resolvers — SearXNG Documentation (2024.11.27+342d32119)
+ searx.favicons.resolvers — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.favicons.resolvers
diff --git a/_modules/searx/infopage.html b/_modules/searx/infopage.html
index 63bf2aa39d1..cbf6bcb4eb9 100644
--- a/_modules/searx/infopage.html
+++ b/_modules/searx/infopage.html
@@ -5,14 +5,14 @@
- searx.infopage — SearXNG Documentation (2024.11.27+342d32119)
+ searx.infopage — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.infopage
diff --git a/_modules/searx/limiter.html b/_modules/searx/limiter.html
index dce4a687a9e..804cda03edb 100644
--- a/_modules/searx/limiter.html
+++ b/_modules/searx/limiter.html
@@ -5,14 +5,14 @@
- searx.limiter — SearXNG Documentation (2024.11.27+342d32119)
+ searx.limiter — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.limiter
diff --git a/_modules/searx/locales.html b/_modules/searx/locales.html
index dac91296ca6..0e475f3c09b 100644
--- a/_modules/searx/locales.html
+++ b/_modules/searx/locales.html
@@ -5,14 +5,14 @@
- searx.locales — SearXNG Documentation (2024.11.27+342d32119)
+ searx.locales — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.locales
diff --git a/_modules/searx/plugins/unit_converter.html b/_modules/searx/plugins/unit_converter.html
index 769cd99f749..547861be2b8 100644
--- a/_modules/searx/plugins/unit_converter.html
+++ b/_modules/searx/plugins/unit_converter.html
@@ -5,14 +5,14 @@
- searx.plugins.unit_converter — SearXNG Documentation (2024.11.27+342d32119)
+ searx.plugins.unit_converter — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.plugins.unit_converter
diff --git a/_modules/searx/redislib.html b/_modules/searx/redislib.html
index 427d09b89b9..427fd55ac9a 100644
--- a/_modules/searx/redislib.html
+++ b/_modules/searx/redislib.html
@@ -5,14 +5,14 @@
- searx.redislib — SearXNG Documentation (2024.11.27+342d32119)
+ searx.redislib — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.redislib
diff --git a/_modules/searx/search.html b/_modules/searx/search.html
index 93662980641..c2adf78baff 100644
--- a/_modules/searx/search.html
+++ b/_modules/searx/search.html
@@ -5,14 +5,14 @@
- searx.search — SearXNG Documentation (2024.11.27+342d32119)
+ searx.search — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.search
diff --git a/_modules/searx/search/models.html b/_modules/searx/search/models.html
index d6998a98728..1efe9194342 100644
--- a/_modules/searx/search/models.html
+++ b/_modules/searx/search/models.html
@@ -5,14 +5,14 @@
- searx.search.models — SearXNG Documentation (2024.11.27+342d32119)
+ searx.search.models — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.search »
searx.search.models
diff --git a/_modules/searx/search/processors/abstract.html b/_modules/searx/search/processors/abstract.html
index 1cf40aa6e0f..d7b33938e23 100644
--- a/_modules/searx/search/processors/abstract.html
+++ b/_modules/searx/search/processors/abstract.html
@@ -5,14 +5,14 @@
- searx.search.processors.abstract — SearXNG Documentation (2024.11.27+342d32119)
+ searx.search.processors.abstract — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.search »
searx.search.processors.abstract
diff --git a/_modules/searx/search/processors/offline.html b/_modules/searx/search/processors/offline.html
index 36a3dd1e2c9..7907891795f 100644
--- a/_modules/searx/search/processors/offline.html
+++ b/_modules/searx/search/processors/offline.html
@@ -5,14 +5,14 @@
- searx.search.processors.offline — SearXNG Documentation (2024.11.27+342d32119)
+ searx.search.processors.offline — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.search »
searx.search.processors.offline
diff --git a/_modules/searx/search/processors/online.html b/_modules/searx/search/processors/online.html
index 41ff3ba9739..c7302702d29 100644
--- a/_modules/searx/search/processors/online.html
+++ b/_modules/searx/search/processors/online.html
@@ -5,14 +5,14 @@
- searx.search.processors.online — SearXNG Documentation (2024.11.27+342d32119)
+ searx.search.processors.online — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.search »
searx.search.processors.online
diff --git a/_modules/searx/search/processors/online_currency.html b/_modules/searx/search/processors/online_currency.html
index 36c236f9dcd..38f8445b776 100644
--- a/_modules/searx/search/processors/online_currency.html
+++ b/_modules/searx/search/processors/online_currency.html
@@ -5,14 +5,14 @@
- searx.search.processors.online_currency — SearXNG Documentation (2024.11.27+342d32119)
+ searx.search.processors.online_currency — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.search »
searx.search.processors.online_currency
diff --git a/_modules/searx/search/processors/online_dictionary.html b/_modules/searx/search/processors/online_dictionary.html
index 3a5e142d19a..4d2b647271e 100644
--- a/_modules/searx/search/processors/online_dictionary.html
+++ b/_modules/searx/search/processors/online_dictionary.html
@@ -5,14 +5,14 @@
- searx.search.processors.online_dictionary — SearXNG Documentation (2024.11.27+342d32119)
+ searx.search.processors.online_dictionary — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.search »
searx.search.processors.online_dictionary
diff --git a/_modules/searx/search/processors/online_url_search.html b/_modules/searx/search/processors/online_url_search.html
index 9f5e2b8a1c7..e4e59733b3a 100644
--- a/_modules/searx/search/processors/online_url_search.html
+++ b/_modules/searx/search/processors/online_url_search.html
@@ -5,14 +5,14 @@
- searx.search.processors.online_url_search — SearXNG Documentation (2024.11.27+342d32119)
+ searx.search.processors.online_url_search — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.search »
searx.search.processors.online_url_search
diff --git a/_modules/searx/settings_loader.html b/_modules/searx/settings_loader.html
index 5b238aee968..584102c98d9 100644
--- a/_modules/searx/settings_loader.html
+++ b/_modules/searx/settings_loader.html
@@ -5,14 +5,14 @@
- searx.settings_loader — SearXNG Documentation (2024.11.27+342d32119)
+ searx.settings_loader — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.settings_loader
diff --git a/_modules/searx/sqlitedb.html b/_modules/searx/sqlitedb.html
index 3384a0a7a60..7ca7b668cd2 100644
--- a/_modules/searx/sqlitedb.html
+++ b/_modules/searx/sqlitedb.html
@@ -5,14 +5,14 @@
- searx.sqlitedb — SearXNG Documentation (2024.11.27+342d32119)
+ searx.sqlitedb — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.sqlitedb
diff --git a/_modules/searx/utils.html b/_modules/searx/utils.html
index c8b0c868ae6..ec154d87ce8 100644
--- a/_modules/searx/utils.html
+++ b/_modules/searx/utils.html
@@ -5,14 +5,14 @@
- searx.utils — SearXNG Documentation (2024.11.27+342d32119)
+ searx.utils — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -25,7 +25,7 @@ Navigation
modules |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Module code »
searx.utils
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index 5f702548c24..81d4e0c8c6e 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '2024.11.27+342d32119',
+ VERSION: '2024.11.29+2717ffd09',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/admin/answer-captcha.html b/admin/answer-captcha.html
index ca4c8984146..96debd3d0b0 100644
--- a/admin/answer-captcha.html
+++ b/admin/answer-captcha.html
@@ -5,15 +5,15 @@
- Answer CAPTCHA from server’s IP — SearXNG Documentation (2024.11.27+342d32119)
+ Answer CAPTCHA from server’s IP — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -35,7 +35,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Answer CAPTCHA from server’s IP
diff --git a/admin/api.html b/admin/api.html
index 8b96df61b69..22276fec013 100644
--- a/admin/api.html
+++ b/admin/api.html
@@ -5,14 +5,14 @@
- Administration API — SearXNG Documentation (2024.11.27+342d32119)
+ Administration API — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Administration API
diff --git a/admin/architecture.html b/admin/architecture.html
index e2b96e8e600..9a241e5b049 100644
--- a/admin/architecture.html
+++ b/admin/architecture.html
@@ -5,14 +5,14 @@
- Architecture — SearXNG Documentation (2024.11.27+342d32119)
+ Architecture — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Architecture
diff --git a/admin/buildhosts.html b/admin/buildhosts.html
index a369ea57fe7..bd12866aac2 100644
--- a/admin/buildhosts.html
+++ b/admin/buildhosts.html
@@ -5,15 +5,15 @@
- Buildhosts — SearXNG Documentation (2024.11.27+342d32119)
+ Buildhosts — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -35,7 +35,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Buildhosts
diff --git a/admin/index.html b/admin/index.html
index 3af9a9cab75..415dc2c8136 100644
--- a/admin/index.html
+++ b/admin/index.html
@@ -5,14 +5,14 @@
- Administrator documentation — SearXNG Documentation (2024.11.27+342d32119)
+ Administrator documentation — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation
diff --git a/admin/installation-apache.html b/admin/installation-apache.html
index 10a4aeb478a..f3682c0b34c 100644
--- a/admin/installation-apache.html
+++ b/admin/installation-apache.html
@@ -5,15 +5,15 @@
- Apache — SearXNG Documentation (2024.11.27+342d32119)
+ Apache — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -35,7 +35,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Apache
diff --git a/admin/installation-docker.html b/admin/installation-docker.html
index d1811d54ce3..92c46589526 100644
--- a/admin/installation-docker.html
+++ b/admin/installation-docker.html
@@ -5,14 +5,14 @@
- Docker Container — SearXNG Documentation (2024.11.27+342d32119)
+ Docker Container — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Docker Container
diff --git a/admin/installation-nginx.html b/admin/installation-nginx.html
index 1a57295af98..40df87e33ed 100644
--- a/admin/installation-nginx.html
+++ b/admin/installation-nginx.html
@@ -5,15 +5,15 @@
- NGINX — SearXNG Documentation (2024.11.27+342d32119)
+ NGINX — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -35,7 +35,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
NGINX
diff --git a/admin/installation-scripts.html b/admin/installation-scripts.html
index c4d1027ac17..e3173f8a1a4 100644
--- a/admin/installation-scripts.html
+++ b/admin/installation-scripts.html
@@ -5,14 +5,14 @@
- Installation Script — SearXNG Documentation (2024.11.27+342d32119)
+ Installation Script — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Installation Script
diff --git a/admin/installation-searxng.html b/admin/installation-searxng.html
index 4b65cbec79f..d100e922754 100644
--- a/admin/installation-searxng.html
+++ b/admin/installation-searxng.html
@@ -5,15 +5,15 @@
- Step by step installation — SearXNG Documentation (2024.11.27+342d32119)
+ Step by step installation — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -35,7 +35,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Step by step installation
diff --git a/admin/installation-uwsgi.html b/admin/installation-uwsgi.html
index c60053ef741..aa3a0616691 100644
--- a/admin/installation-uwsgi.html
+++ b/admin/installation-uwsgi.html
@@ -5,15 +5,15 @@
- uWSGI — SearXNG Documentation (2024.11.27+342d32119)
+ uWSGI — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -35,7 +35,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
uWSGI
diff --git a/admin/installation.html b/admin/installation.html
index e37f7d8cc59..28537d49c9b 100644
--- a/admin/installation.html
+++ b/admin/installation.html
@@ -5,14 +5,14 @@
- Installation — SearXNG Documentation (2024.11.27+342d32119)
+ Installation — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Installation
diff --git a/admin/plugins.html b/admin/plugins.html
index b83b1215088..f9812312177 100644
--- a/admin/plugins.html
+++ b/admin/plugins.html
@@ -5,14 +5,14 @@
- Plugins builtin — SearXNG Documentation (2024.11.27+342d32119)
+ Plugins builtin — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Plugins builtin
diff --git a/admin/searx.favicons.html b/admin/searx.favicons.html
index 76ab2e1d92d..49a51a35ea6 100644
--- a/admin/searx.favicons.html
+++ b/admin/searx.favicons.html
@@ -5,14 +5,14 @@
- Favicons — SearXNG Documentation (2024.11.27+342d32119)
+ Favicons — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Favicons
diff --git a/admin/searx.limiter.html b/admin/searx.limiter.html
index 6e7490d0d13..e95296bb40c 100644
--- a/admin/searx.limiter.html
+++ b/admin/searx.limiter.html
@@ -5,14 +5,14 @@
- Limiter — SearXNG Documentation (2024.11.27+342d32119)
+ Limiter — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Limiter
diff --git a/admin/settings/index.html b/admin/settings/index.html
index 02669e43e23..cc54c4603a2 100644
--- a/admin/settings/index.html
+++ b/admin/settings/index.html
@@ -5,14 +5,14 @@
- Settings — SearXNG Documentation (2024.11.27+342d32119)
+ Settings — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings
diff --git a/admin/settings/settings.html b/admin/settings/settings.html
index 1bc32a341d6..adf48f0f820 100644
--- a/admin/settings/settings.html
+++ b/admin/settings/settings.html
@@ -5,14 +5,14 @@
- settings.yml — SearXNG Documentation (2024.11.27+342d32119)
+ settings.yml — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
settings.yml
diff --git a/admin/settings/settings_brand.html b/admin/settings/settings_brand.html
index fe5fc7deb51..6b20cba6b7c 100644
--- a/admin/settings/settings_brand.html
+++ b/admin/settings/settings_brand.html
@@ -5,14 +5,14 @@
- brand: — SearXNG Documentation (2024.11.27+342d32119)
+ brand: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
brand:
diff --git a/admin/settings/settings_categories_as_tabs.html b/admin/settings/settings_categories_as_tabs.html
index 01db5ae6479..321f328391d 100644
--- a/admin/settings/settings_categories_as_tabs.html
+++ b/admin/settings/settings_categories_as_tabs.html
@@ -5,14 +5,14 @@
- categories_as_tabs: — SearXNG Documentation (2024.11.27+342d32119)
+ categories_as_tabs: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
categories_as_tabs:
diff --git a/admin/settings/settings_engine.html b/admin/settings/settings_engine.html
index 68d5a151570..e30f103fb54 100644
--- a/admin/settings/settings_engine.html
+++ b/admin/settings/settings_engine.html
@@ -5,14 +5,14 @@
- engine: — SearXNG Documentation (2024.11.27+342d32119)
+ engine: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
engine:
diff --git a/admin/settings/settings_general.html b/admin/settings/settings_general.html
index bbf60c98eab..861a33be5b2 100644
--- a/admin/settings/settings_general.html
+++ b/admin/settings/settings_general.html
@@ -5,14 +5,14 @@
- general: — SearXNG Documentation (2024.11.27+342d32119)
+ general: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
general:
diff --git a/admin/settings/settings_outgoing.html b/admin/settings/settings_outgoing.html
index 6dc1232b23b..b104af0b301 100644
--- a/admin/settings/settings_outgoing.html
+++ b/admin/settings/settings_outgoing.html
@@ -5,14 +5,14 @@
- outgoing: — SearXNG Documentation (2024.11.27+342d32119)
+ outgoing: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
outgoing:
diff --git a/admin/settings/settings_redis.html b/admin/settings/settings_redis.html
index ea7b91a3539..1667ee61539 100644
--- a/admin/settings/settings_redis.html
+++ b/admin/settings/settings_redis.html
@@ -5,14 +5,14 @@
- redis: — SearXNG Documentation (2024.11.27+342d32119)
+ redis: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
redis:
diff --git a/admin/settings/settings_search.html b/admin/settings/settings_search.html
index 9a519e699ca..0acc149522b 100644
--- a/admin/settings/settings_search.html
+++ b/admin/settings/settings_search.html
@@ -5,14 +5,14 @@
- search: — SearXNG Documentation (2024.11.27+342d32119)
+ search: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
search:
diff --git a/admin/settings/settings_server.html b/admin/settings/settings_server.html
index 3578cd5db62..f5e739f4dbe 100644
--- a/admin/settings/settings_server.html
+++ b/admin/settings/settings_server.html
@@ -5,14 +5,14 @@
- server: — SearXNG Documentation (2024.11.27+342d32119)
+ server: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
server:
diff --git a/admin/settings/settings_ui.html b/admin/settings/settings_ui.html
index 8edebd3d0df..39b4aca6160 100644
--- a/admin/settings/settings_ui.html
+++ b/admin/settings/settings_ui.html
@@ -5,14 +5,14 @@
- ui: — SearXNG Documentation (2024.11.27+342d32119)
+ ui: — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
Settings »
ui:
diff --git a/admin/update-searxng.html b/admin/update-searxng.html
index 8794c7b0399..b4232e344f7 100644
--- a/admin/update-searxng.html
+++ b/admin/update-searxng.html
@@ -5,14 +5,14 @@
- SearXNG maintenance — SearXNG Documentation (2024.11.27+342d32119)
+ SearXNG maintenance — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Administrator documentation »
SearXNG maintenance
diff --git a/dev/contribution_guide.html b/dev/contribution_guide.html
index 7f18d855294..f5095aecddc 100644
--- a/dev/contribution_guide.html
+++ b/dev/contribution_guide.html
@@ -5,14 +5,14 @@
- How to contribute — SearXNG Documentation (2024.11.27+342d32119)
+ How to contribute — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
How to contribute
diff --git a/dev/engines/demo/demo_offline.html b/dev/engines/demo/demo_offline.html
index 2b5e551b0e6..bb65825bf51 100644
--- a/dev/engines/demo/demo_offline.html
+++ b/dev/engines/demo/demo_offline.html
@@ -5,14 +5,14 @@
- Demo Offline Engine — SearXNG Documentation (2024.11.27+342d32119)
+ Demo Offline Engine — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Demo Offline Engine
diff --git a/dev/engines/demo/demo_online.html b/dev/engines/demo/demo_online.html
index 0440a4979a4..e22ef907635 100644
--- a/dev/engines/demo/demo_online.html
+++ b/dev/engines/demo/demo_online.html
@@ -5,14 +5,14 @@
- Demo Online Engine — SearXNG Documentation (2024.11.27+342d32119)
+ Demo Online Engine — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Demo Online Engine
diff --git a/dev/engines/engine_overview.html b/dev/engines/engine_overview.html
index 444c9226c70..f03cfc2593a 100644
--- a/dev/engines/engine_overview.html
+++ b/dev/engines/engine_overview.html
@@ -5,14 +5,14 @@
- Engine Overview — SearXNG Documentation (2024.11.27+342d32119)
+ Engine Overview — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Engine Overview
diff --git a/dev/engines/enginelib.html b/dev/engines/enginelib.html
index 1297d151628..4f1e2585e95 100644
--- a/dev/engines/enginelib.html
+++ b/dev/engines/enginelib.html
@@ -5,14 +5,14 @@
- Engine Library — SearXNG Documentation (2024.11.27+342d32119)
+ Engine Library — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Engine Library
diff --git a/dev/engines/engines.html b/dev/engines/engines.html
index 3f571dfb6e8..90358bf495a 100644
--- a/dev/engines/engines.html
+++ b/dev/engines/engines.html
@@ -5,14 +5,14 @@
- SearXNG’s engines loader — SearXNG Documentation (2024.11.27+342d32119)
+ SearXNG’s engines loader — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
SearXNG’s engines loader
diff --git a/dev/engines/index.html b/dev/engines/index.html
index 2127c9f69d0..94bac72395f 100644
--- a/dev/engines/index.html
+++ b/dev/engines/index.html
@@ -5,14 +5,14 @@
- Engine Implementations — SearXNG Documentation (2024.11.27+342d32119)
+ Engine Implementations — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations
diff --git a/dev/engines/mediawiki.html b/dev/engines/mediawiki.html
index 3566c59e21e..2c6017d91b8 100644
--- a/dev/engines/mediawiki.html
+++ b/dev/engines/mediawiki.html
@@ -5,14 +5,14 @@
- MediaWiki Engine — SearXNG Documentation (2024.11.27+342d32119)
+ MediaWiki Engine — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
MediaWiki Engine
diff --git a/dev/engines/offline/command-line-engines.html b/dev/engines/offline/command-line-engines.html
index c85c3272385..3a8438bd51e 100644
--- a/dev/engines/offline/command-line-engines.html
+++ b/dev/engines/offline/command-line-engines.html
@@ -5,14 +5,14 @@
- Command Line Engines — SearXNG Documentation (2024.11.27+342d32119)
+ Command Line Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Command Line Engines
diff --git a/dev/engines/offline/nosql-engines.html b/dev/engines/offline/nosql-engines.html
index 3fbc31d0369..3b4c3324a4d 100644
--- a/dev/engines/offline/nosql-engines.html
+++ b/dev/engines/offline/nosql-engines.html
@@ -5,14 +5,14 @@
- NoSQL databases — SearXNG Documentation (2024.11.27+342d32119)
+ NoSQL databases — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
NoSQL databases
diff --git a/dev/engines/offline/search-indexer-engines.html b/dev/engines/offline/search-indexer-engines.html
index bb6ee114cc1..6999c2da81c 100644
--- a/dev/engines/offline/search-indexer-engines.html
+++ b/dev/engines/offline/search-indexer-engines.html
@@ -5,14 +5,14 @@
- Local Search APIs — SearXNG Documentation (2024.11.27+342d32119)
+ Local Search APIs — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Local Search APIs
diff --git a/dev/engines/offline/sql-engines.html b/dev/engines/offline/sql-engines.html
index cd1f7b611f5..6248c57832d 100644
--- a/dev/engines/offline/sql-engines.html
+++ b/dev/engines/offline/sql-engines.html
@@ -5,14 +5,14 @@
- SQL Engines — SearXNG Documentation (2024.11.27+342d32119)
+ SQL Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
SQL Engines
diff --git a/dev/engines/offline_concept.html b/dev/engines/offline_concept.html
index 4cb5a185dbe..8a08f88c11b 100644
--- a/dev/engines/offline_concept.html
+++ b/dev/engines/offline_concept.html
@@ -5,14 +5,14 @@
- Offline Concept — SearXNG Documentation (2024.11.27+342d32119)
+ Offline Concept — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Offline Concept
diff --git a/dev/engines/online/adobe_stock.html b/dev/engines/online/adobe_stock.html
index b94c8381a1a..7232744ea86 100644
--- a/dev/engines/online/adobe_stock.html
+++ b/dev/engines/online/adobe_stock.html
@@ -5,14 +5,14 @@
- Adobe Stock — SearXNG Documentation (2024.11.27+342d32119)
+ Adobe Stock — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Adobe Stock
diff --git a/dev/engines/online/alpinelinux.html b/dev/engines/online/alpinelinux.html
index d1f6fcec48c..29484619fa9 100644
--- a/dev/engines/online/alpinelinux.html
+++ b/dev/engines/online/alpinelinux.html
@@ -5,14 +5,14 @@
- Alpine Linux Packages — SearXNG Documentation (2024.11.27+342d32119)
+ Alpine Linux Packages — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Alpine Linux Packages
diff --git a/dev/engines/online/annas_archive.html b/dev/engines/online/annas_archive.html
index a3c39d93104..cac11f80adc 100644
--- a/dev/engines/online/annas_archive.html
+++ b/dev/engines/online/annas_archive.html
@@ -5,14 +5,14 @@
- Anna’s Archive — SearXNG Documentation (2024.11.27+342d32119)
+ Anna’s Archive — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Anna’s Archive
diff --git a/dev/engines/online/archlinux.html b/dev/engines/online/archlinux.html
index 5a39d3f0382..d01f3f5d28e 100644
--- a/dev/engines/online/archlinux.html
+++ b/dev/engines/online/archlinux.html
@@ -5,14 +5,14 @@
- Arch Linux — SearXNG Documentation (2024.11.27+342d32119)
+ Arch Linux — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Arch Linux
diff --git a/dev/engines/online/bing.html b/dev/engines/online/bing.html
index 9d53d8a0666..7a53502e7b6 100644
--- a/dev/engines/online/bing.html
+++ b/dev/engines/online/bing.html
@@ -5,14 +5,14 @@
- Bing Engines — SearXNG Documentation (2024.11.27+342d32119)
+ Bing Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Bing Engines
diff --git a/dev/engines/online/bpb.html b/dev/engines/online/bpb.html
index 42027f94ed2..9bc0f1ece40 100644
--- a/dev/engines/online/bpb.html
+++ b/dev/engines/online/bpb.html
@@ -5,14 +5,14 @@
- Bpb — SearXNG Documentation (2024.11.27+342d32119)
+ Bpb — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Bpb
diff --git a/dev/engines/online/brave.html b/dev/engines/online/brave.html
index 6b0a5cae894..61d74aa4250 100644
--- a/dev/engines/online/brave.html
+++ b/dev/engines/online/brave.html
@@ -5,14 +5,14 @@
- Brave Engines — SearXNG Documentation (2024.11.27+342d32119)
+ Brave Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Brave Engines
diff --git a/dev/engines/online/bt4g.html b/dev/engines/online/bt4g.html
index 30db19fe27b..5545218f941 100644
--- a/dev/engines/online/bt4g.html
+++ b/dev/engines/online/bt4g.html
@@ -5,14 +5,14 @@
- BT4G — SearXNG Documentation (2024.11.27+342d32119)
+ BT4G — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
BT4G
diff --git a/dev/engines/online/dailymotion.html b/dev/engines/online/dailymotion.html
index 75f3e086d97..2c8beb39072 100644
--- a/dev/engines/online/dailymotion.html
+++ b/dev/engines/online/dailymotion.html
@@ -5,14 +5,14 @@
- Dailymotion — SearXNG Documentation (2024.11.27+342d32119)
+ Dailymotion — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Dailymotion
diff --git a/dev/engines/online/discourse.html b/dev/engines/online/discourse.html
index 2a3abb4179e..7d09ca9c98c 100644
--- a/dev/engines/online/discourse.html
+++ b/dev/engines/online/discourse.html
@@ -5,14 +5,14 @@
- Discourse Forums — SearXNG Documentation (2024.11.27+342d32119)
+ Discourse Forums — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Discourse Forums
diff --git a/dev/engines/online/duckduckgo.html b/dev/engines/online/duckduckgo.html
index e70973cd626..3dd995a48e1 100644
--- a/dev/engines/online/duckduckgo.html
+++ b/dev/engines/online/duckduckgo.html
@@ -5,14 +5,14 @@
- DuckDuckGo Engines — SearXNG Documentation (2024.11.27+342d32119)
+ DuckDuckGo Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
DuckDuckGo Engines
diff --git a/dev/engines/online/geizhals.html b/dev/engines/online/geizhals.html
index 71367bb9929..bbacea4cbcd 100644
--- a/dev/engines/online/geizhals.html
+++ b/dev/engines/online/geizhals.html
@@ -5,14 +5,14 @@
- Geizhals — SearXNG Documentation (2024.11.27+342d32119)
+ Geizhals — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Geizhals
diff --git a/dev/engines/online/gitea.html b/dev/engines/online/gitea.html
index 737f3a4853f..aff656b267f 100644
--- a/dev/engines/online/gitea.html
+++ b/dev/engines/online/gitea.html
@@ -5,14 +5,14 @@
- Gitea — SearXNG Documentation (2024.11.27+342d32119)
+ Gitea — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Gitea
diff --git a/dev/engines/online/gitlab.html b/dev/engines/online/gitlab.html
index 1b546a5d8a5..900df873ced 100644
--- a/dev/engines/online/gitlab.html
+++ b/dev/engines/online/gitlab.html
@@ -5,14 +5,14 @@
- GitLab — SearXNG Documentation (2024.11.27+342d32119)
+ GitLab — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
GitLab
diff --git a/dev/engines/online/google.html b/dev/engines/online/google.html
index 1baddd70c77..054f47efc69 100644
--- a/dev/engines/online/google.html
+++ b/dev/engines/online/google.html
@@ -5,14 +5,14 @@
- Google Engines — SearXNG Documentation (2024.11.27+342d32119)
+ Google Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Google Engines
diff --git a/dev/engines/online/lemmy.html b/dev/engines/online/lemmy.html
index 56d730476cf..031c77f7ec3 100644
--- a/dev/engines/online/lemmy.html
+++ b/dev/engines/online/lemmy.html
@@ -5,14 +5,14 @@
- Lemmy — SearXNG Documentation (2024.11.27+342d32119)
+ Lemmy — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Lemmy
diff --git a/dev/engines/online/loc.html b/dev/engines/online/loc.html
index d19fbf395c3..9fb688d2595 100644
--- a/dev/engines/online/loc.html
+++ b/dev/engines/online/loc.html
@@ -5,14 +5,14 @@
- Library of Congress — SearXNG Documentation (2024.11.27+342d32119)
+ Library of Congress — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Library of Congress
diff --git a/dev/engines/online/mastodon.html b/dev/engines/online/mastodon.html
index 167ecf7e170..9357780006f 100644
--- a/dev/engines/online/mastodon.html
+++ b/dev/engines/online/mastodon.html
@@ -5,14 +5,14 @@
- Mastodon — SearXNG Documentation (2024.11.27+342d32119)
+ Mastodon — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Mastodon
diff --git a/dev/engines/online/moviepilot.html b/dev/engines/online/moviepilot.html
index deee87e26e7..12743c47f70 100644
--- a/dev/engines/online/moviepilot.html
+++ b/dev/engines/online/moviepilot.html
@@ -5,14 +5,14 @@
- Moviepilot — SearXNG Documentation (2024.11.27+342d32119)
+ Moviepilot — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Moviepilot
diff --git a/dev/engines/online/mrs.html b/dev/engines/online/mrs.html
index 43a157f0656..d1e9dea8aa6 100644
--- a/dev/engines/online/mrs.html
+++ b/dev/engines/online/mrs.html
@@ -5,14 +5,14 @@
- Matrix Rooms Search (MRS) — SearXNG Documentation (2024.11.27+342d32119)
+ Matrix Rooms Search (MRS) — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Matrix Rooms Search (MRS)
diff --git a/dev/engines/online/mullvad_leta.html b/dev/engines/online/mullvad_leta.html
index 653cc7f2859..55c4cec57b1 100644
--- a/dev/engines/online/mullvad_leta.html
+++ b/dev/engines/online/mullvad_leta.html
@@ -5,14 +5,14 @@
- Mullvad-Leta — SearXNG Documentation (2024.11.27+342d32119)
+ Mullvad-Leta — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Mullvad-Leta
diff --git a/dev/engines/online/mwmbl.html b/dev/engines/online/mwmbl.html
index 5fbdf8717b1..08b60ede211 100644
--- a/dev/engines/online/mwmbl.html
+++ b/dev/engines/online/mwmbl.html
@@ -5,14 +5,14 @@
- Mwmbl Engine — SearXNG Documentation (2024.11.27+342d32119)
+ Mwmbl Engine — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Mwmbl Engine
diff --git a/dev/engines/online/odysee.html b/dev/engines/online/odysee.html
index 8c1ef7a5992..ece5ca8967b 100644
--- a/dev/engines/online/odysee.html
+++ b/dev/engines/online/odysee.html
@@ -5,14 +5,14 @@
- Odysee — SearXNG Documentation (2024.11.27+342d32119)
+ Odysee — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Odysee
diff --git a/dev/engines/online/peertube.html b/dev/engines/online/peertube.html
index 9c568612039..78a5669e8f5 100644
--- a/dev/engines/online/peertube.html
+++ b/dev/engines/online/peertube.html
@@ -5,14 +5,14 @@
- Peertube Engines — SearXNG Documentation (2024.11.27+342d32119)
+ Peertube Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Peertube Engines
diff --git a/dev/engines/online/piped.html b/dev/engines/online/piped.html
index 64d80f8e291..5b64fb92326 100644
--- a/dev/engines/online/piped.html
+++ b/dev/engines/online/piped.html
@@ -5,14 +5,14 @@
- Piped — SearXNG Documentation (2024.11.27+342d32119)
+ Piped — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Piped
diff --git a/dev/engines/online/presearch.html b/dev/engines/online/presearch.html
index 55ab27d896f..dd0f012ce65 100644
--- a/dev/engines/online/presearch.html
+++ b/dev/engines/online/presearch.html
@@ -5,14 +5,14 @@
- Presearch Engine — SearXNG Documentation (2024.11.27+342d32119)
+ Presearch Engine — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Presearch Engine
diff --git a/dev/engines/online/qwant.html b/dev/engines/online/qwant.html
index a8c7b7949dd..7341e748d51 100644
--- a/dev/engines/online/qwant.html
+++ b/dev/engines/online/qwant.html
@@ -5,14 +5,14 @@
- Qwant — SearXNG Documentation (2024.11.27+342d32119)
+ Qwant — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Qwant
diff --git a/dev/engines/online/radio_browser.html b/dev/engines/online/radio_browser.html
index 141d956c4c8..749736dc668 100644
--- a/dev/engines/online/radio_browser.html
+++ b/dev/engines/online/radio_browser.html
@@ -5,14 +5,14 @@
- RadioBrowser — SearXNG Documentation (2024.11.27+342d32119)
+ RadioBrowser — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
RadioBrowser
diff --git a/dev/engines/online/recoll.html b/dev/engines/online/recoll.html
index 0bbb4a9b8e6..981c91b9593 100644
--- a/dev/engines/online/recoll.html
+++ b/dev/engines/online/recoll.html
@@ -5,14 +5,14 @@
- Recoll Engine — SearXNG Documentation (2024.11.27+342d32119)
+ Recoll Engine — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Recoll Engine
diff --git a/dev/engines/online/seekr.html b/dev/engines/online/seekr.html
index 5d5b5826d26..dbcda7141a1 100644
--- a/dev/engines/online/seekr.html
+++ b/dev/engines/online/seekr.html
@@ -5,14 +5,14 @@
- Seekr Engines — SearXNG Documentation (2024.11.27+342d32119)
+ Seekr Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Seekr Engines
diff --git a/dev/engines/online/startpage.html b/dev/engines/online/startpage.html
index 8e99ed5d549..91b5f9527d6 100644
--- a/dev/engines/online/startpage.html
+++ b/dev/engines/online/startpage.html
@@ -5,14 +5,14 @@
- Startpage Engines — SearXNG Documentation (2024.11.27+342d32119)
+ Startpage Engines — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Startpage Engines
diff --git a/dev/engines/online/tagesschau.html b/dev/engines/online/tagesschau.html
index d6ebc9dad38..a1eaa255cfc 100644
--- a/dev/engines/online/tagesschau.html
+++ b/dev/engines/online/tagesschau.html
@@ -5,14 +5,14 @@
- Tagesschau API — SearXNG Documentation (2024.11.27+342d32119)
+ Tagesschau API — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Tagesschau API
diff --git a/dev/engines/online/torznab.html b/dev/engines/online/torznab.html
index 201f961a19e..db513f50023 100644
--- a/dev/engines/online/torznab.html
+++ b/dev/engines/online/torznab.html
@@ -5,14 +5,14 @@
- Torznab WebAPI — SearXNG Documentation (2024.11.27+342d32119)
+ Torznab WebAPI — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Torznab WebAPI
diff --git a/dev/engines/online/void.html b/dev/engines/online/void.html
index e6d7b0c4a6e..4ae294c31b8 100644
--- a/dev/engines/online/void.html
+++ b/dev/engines/online/void.html
@@ -5,14 +5,14 @@
- Void Linux binary packages — SearXNG Documentation (2024.11.27+342d32119)
+ Void Linux binary packages — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Void Linux binary packages
diff --git a/dev/engines/online/wallhaven.html b/dev/engines/online/wallhaven.html
index 1e8f08054f0..3c9e417cd00 100644
--- a/dev/engines/online/wallhaven.html
+++ b/dev/engines/online/wallhaven.html
@@ -5,14 +5,14 @@
- Wallhaven — SearXNG Documentation (2024.11.27+342d32119)
+ Wallhaven — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Wallhaven
diff --git a/dev/engines/online/wikipedia.html b/dev/engines/online/wikipedia.html
index 8f6017ce16d..1f421e4e621 100644
--- a/dev/engines/online/wikipedia.html
+++ b/dev/engines/online/wikipedia.html
@@ -5,14 +5,14 @@
- Wikimedia — SearXNG Documentation (2024.11.27+342d32119)
+ Wikimedia — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Wikimedia
diff --git a/dev/engines/online/yacy.html b/dev/engines/online/yacy.html
index b8565e55add..32169048ecf 100644
--- a/dev/engines/online/yacy.html
+++ b/dev/engines/online/yacy.html
@@ -5,14 +5,14 @@
- Yacy — SearXNG Documentation (2024.11.27+342d32119)
+ Yacy — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Yacy
diff --git a/dev/engines/online/yahoo.html b/dev/engines/online/yahoo.html
index 6e89465847e..6ed331f1236 100644
--- a/dev/engines/online/yahoo.html
+++ b/dev/engines/online/yahoo.html
@@ -5,14 +5,14 @@
- Yahoo Engine — SearXNG Documentation (2024.11.27+342d32119)
+ Yahoo Engine — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Yahoo Engine
diff --git a/dev/engines/online/zlibrary.html b/dev/engines/online/zlibrary.html
index 16ef354632d..bb1f183cd0e 100644
--- a/dev/engines/online/zlibrary.html
+++ b/dev/engines/online/zlibrary.html
@@ -5,14 +5,14 @@
- Z-Library — SearXNG Documentation (2024.11.27+342d32119)
+ Z-Library — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Z-Library
diff --git a/dev/engines/online_url_search/tineye.html b/dev/engines/online_url_search/tineye.html
index 78119449338..e5ccdb1d100 100644
--- a/dev/engines/online_url_search/tineye.html
+++ b/dev/engines/online_url_search/tineye.html
@@ -5,14 +5,14 @@
- Tineye — SearXNG Documentation (2024.11.27+342d32119)
+ Tineye — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
Tineye
diff --git a/dev/engines/xpath.html b/dev/engines/xpath.html
index 409dfc118d3..d35d814d924 100644
--- a/dev/engines/xpath.html
+++ b/dev/engines/xpath.html
@@ -5,14 +5,14 @@
- XPath Engine — SearXNG Documentation (2024.11.27+342d32119)
+ XPath Engine — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation »
Engine Implementations »
XPath Engine
@@ -63,6 +63,8 @@ Configuration
+
+
@@ -158,6 +160,12 @@ Implementations
+
+-
+searx.engines.xpath.method = 'GET'¶
+Some engines might require to do POST requests for search.
+
+
-
searx.engines.xpath.no_result_for_http_status = []¶
@@ -180,6 +188,16 @@ ImplementationsEngine supports paging [True or False].
+
+-
+searx.engines.xpath.request_body = ''¶
+The body of the request. This can only be used if different method
+is set, e.g. POST
. For formatting see the documentation of search_url
:
+search={query}&page={pageno}{time_range}{safe_search}
+
+
+
+
-
searx.engines.xpath.results_xpath = ''¶
diff --git a/dev/index.html b/dev/index.html
index e9471e396e8..4fa736d016b 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -5,14 +5,14 @@
- Developer documentation — SearXNG Documentation (2024.11.27+342d32119)
+ Developer documentation — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -33,7 +33,7 @@ Navigation
previous |
- SearXNG Documentation (2024.11.27+342d32119) »
+ SearXNG Documentation (2024.11.29+2717ffd09) »
Developer documentation
diff --git a/dev/lxcdev.html b/dev/lxcdev.html
index 03551751fac..d9bdb832386 100644
--- a/dev/lxcdev.html
+++ b/dev/lxcdev.html
@@ -5,15 +5,15 @@
- Developing in Linux Containers — SearXNG Documentation (2024.11.27+342d32119)
+ Developing in Linux Containers — SearXNG Documentation (2024.11.29+2717ffd09)
-
+
-
+
@@ -35,7 +35,7 @@ Navigation
./manage
searxng_extra
searxng_extra
»searxng_extra/standalone_searx.py
searxng_extra
»searxng_extra/update/
settings.yml
", "brand:
", "categories_as_tabs:
", "engine:
", "general:
", "outgoing:
", "redis:
", "search:
", "server:
", "ui:
", "SearXNG maintenance", "How to contribute", "Demo Offline Engine", "Demo Online Engine", "Engine Overview", "Engine Library", "SearXNG\u2019s engines loader", "Engine Implementations", "MediaWiki Engine", "Command Line Engines", "NoSQL databases", "Local Search APIs", "SQL Engines", "Offline Concept", "Adobe Stock", "Alpine Linux Packages", "Anna\u2019s Archive", "Arch Linux", "Bing Engines", "Bpb", "Brave Engines", "BT4G", "Dailymotion", "Discourse Forums", "DuckDuckGo Engines", "Geizhals", "Gitea", "GitLab", "Google Engines", "Lemmy", "Library of Congress", "Mastodon", "Moviepilot", "Matrix Rooms Search (MRS)", "Mullvad-Leta", "Mwmbl Engine", "Odysee", "Peertube Engines", "Piped", "Presearch Engine", "Qwant", "RadioBrowser", "Recoll Engine", "Seekr Engines", "Startpage Engines", "Tagesschau API", "Torznab WebAPI", "Void Linux binary packages", "Wallhaven", "Wikimedia", "Yacy", "Yahoo Engine", "Z-Library", "Tineye", "XPath Engine", "Developer documentation", "Developing in Linux Containers", "Makefile & ./manage
", "Plugins", "Development Quickstart", "reST primer", "Runtime Management", "Search API", "Tooling box searxng_extra
", "searxng_extra/standalone_searx.py
", "searxng_extra/update/
", "Translation", "Welcome to SearXNG", "Why use a private instance?", "Source-Code", "Custom message extractor (i18n)", "Bot Detection", "SearXNG Exceptions", "Favicons (source)", "Online /info
", "Locales", "Hostnames plugin", "Tor check plugin", "Unit converter plugin", "Redis DB", "Redis Library", "Search", "Search processors", "Settings Loader", "SQLite DB", "Utility functions for the engines", "About SearXNG", "Configured Engines", "User information", "Search syntax", "DevOps tooling box", "utils/lxc.sh
", "utils/searxng.sh
"], "titleterms": {"": [0, 6, 8, 11, 32, 42, 101], "If": 30, "In": 82, "The": [6, 8, 27, 30, 82], "about": [86, 94, 112], "abstract": 108, "activ": 83, "addit": 30, "administr": [1, 4], "admonit": 86, "adob": 40, "after": 26, "aka": 86, "alpin": 41, "anchor": 86, "anna": 42, "answer": [0, 50], "apach": 6, "api": [1, 37, 50, 54, 71, 88], "app": 113, "ar": [30, 94], "arbitrari": 30, "arch": 43, "architectur": 2, "archiv": 42, "archlinux": 82, "argument": 30, "articl": 86, "ascii": 86, "asdf": 87, "audienc": 82, "autocomplet": [54, 61], "automat": 115, "bang": 115, "bar": 1, "bashism": 7, "basic": 86, "bibliograph": 86, "bibtex": 30, "binari": 73, "bing": 44, "block": 86, "bot": 97, "box": [89, 116], "bpb": 45, "brand": 17, "brave": 46, "bt4g": 47, "build": [3, 7, 27, 83, 86], "buildhost": [3, 117], "built": 12, "builtin": 12, "bullet": 86, "cach": [13, 99], "can": 112, "captcha": 0, "categori": [70, 115], "categories_as_tab": 18, "check": [10, 26, 103], "checker": 83, "class": 108, "clean": [27, 83, 117], "code": [27, 86, 95, 101], "command": [7, 35, 116, 117, 118], "commit": 27, "common": [30, 116], "compon": 33, "concept": 39, "conclus": 94, "config": [97, 99, 117], "configur": [1, 10, 12, 13, 14, 30, 34, 35, 36, 38, 40, 42, 47, 52, 53, 55, 59, 64, 66, 68, 69, 72, 76, 78, 80, 113], "congress": 56, "connect": 117, "consequ": 94, "contain": [7, 82], "content": [40, 46, 47, 54, 55, 59, 64, 66, 69, 76, 78, 86], "contribut": 27, "convert": 104, "creat": [10, 27], "csp": 54, "csv": 86, "currenc": [33, 108], "custom": 96, "dailymot": 48, "data": [1, 101], "databas": 36, "db": [105, 110], "debian": [6, 11], "debug": 26, "default": [12, 30, 112], "definit": 86, "demo": [28, 29], "depend": [10, 36, 38, 39], "deploi": 27, "design": 27, "detect": 97, "develop": [3, 22, 81, 82, 85], "devop": 116, "dictionari": [33, 108], "direct": 27, "disabl": [6, 8], "discours": 49, "distributor": 11, "do": 112, "doc": [3, 27, 83], "docker": [7, 117], "document": [4, 27, 81], "doe": [94, 112], "dot": 86, "drop": 83, "duckduckgo": 50, "elasticsearch": 37, "emb": 1, "enabl": 14, "engin": [19, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 44, 46, 50, 54, 61, 63, 65, 68, 69, 70, 77, 80, 82, 83, 111, 112, 113, 115], "engine_typ": 30, "entri": 84, "env": 83, "environ": [83, 86, 116], "equat": 86, "exampl": [19, 35, 36, 37, 38, 49, 68, 80, 84, 86], "except": 98, "ext": 86, "extern": [84, 115], "extlink": 86, "extra": [36, 38, 39, 50], "extractor": 96, "favicon": [13, 99], "featur": 93, "field": [30, 86], "figur": 86, "file": [30, 86, 113], "first": 9, "flask": 97, "flat": 86, "foo": 86, "format": [30, 83], "forum": 49, "framework": 33, "from": 0, "fulli": 82, "function": [82, 111], "further": [2, 6, 8, 9, 11, 12, 15, 16, 19, 26, 30, 36, 37, 38, 82, 83, 84, 85, 86, 88, 113, 117, 118], "gate": 86, "geizhal": 51, "gener": [20, 30, 86, 113], "gentlemen": 82, "get": [1, 7, 87], "gh": 83, "gitea": 52, "github": 27, "gitlab": 53, "go": 83, "goggl": 46, "good": [27, 117], "googl": 54, "graphviz": 86, "grid": 86, "group": 113, "hackabl": 27, "head": 86, "header": [6, 97], "hello": 86, "help": [83, 117, 118], "highlight": 86, "hint": [7, 117], "hlist": 86, "horizont": 86, "hostnam": 102, "how": [26, 27, 94, 112], "http": [6, 8, 97], "http_accept": 97, "http_accept_encod": 97, "http_accept_languag": 97, "http_connect": 97, "http_user_ag": 97, "hyperlink": 86, "i": [30, 94, 112], "i18n": 96, "imag": [7, 30, 44, 50, 54, 86, 113], "implement": [14, 33, 34, 35, 36, 38, 40, 42, 46, 47, 49, 52, 53, 55, 59, 64, 65, 66, 68, 69, 72, 76, 78, 80, 101], "info": [7, 14, 19, 26, 33, 35, 36, 37, 38, 49, 68, 100], "inform": 114, "infrastructur": 13, "inlin": 86, "insid": 7, "inspect": 26, "instal": [5, 9, 10, 26, 83, 117, 118], "instanc": 94, "instant": 50, "interfac": 39, "internet": 117, "intersphinx": 86, "introduc": 87, "io": 27, "ip": [0, 97], "ip_limit": 97, "ip_list": 97, "j": 83, "kernel": 86, "kiss": 86, "know": 117, "known": [64, 69], "languag": [46, 65, 70, 115], "latex": 86, "layout": [6, 11], "lemmi": 55, "leta": 60, "librari": [31, 56, 78, 106], "limit": [14, 97], "line": [7, 35, 86], "link": 86, "link_token": 97, "lint": 3, "linux": [41, 43, 73, 82], "list": [86, 97], "liter": 86, "live": [27, 83], "loader": [32, 109], "local": [37, 101], "locat": 16, "log": [6, 8], "lxc": 117, "lxd": 117, "lyric": 113, "mainten": [11, 13, 26], "make": [30, 83, 112], "makefil": 83, "manag": [83, 87], "manual": 0, "map": [30, 113], "mariadb": 38, "markup": 86, "mastodon": 57, "math": 86, "matrix": 59, "matter": 86, "media": 30, "mediawiki": 34, "meilisearch": 37, "messag": 96, "method": 97, "migrat": 26, "mode": 11, "modul": [6, 30], "mongodb": 36, "motiv": 82, "moviepilot": 58, "mr": 59, "mullvad": 60, "multilingu": 19, "music": 113, "mwmbl": 61, "my": [94, 112], "mysql": 38, "name": [30, 83, 86], "need": 3, "nest": 86, "new": [44, 50, 54, 113], "nginx": 8, "node": 83, "nodej": 83, "nosql": 36, "note": [22, 86], "nvm": 83, "o": 9, "obsolet": 26, "odyse": 62, "offlin": [28, 33, 39, 108], "onlin": [29, 30, 33, 100, 108], "online_curr": 30, "online_dictionari": 30, "online_url_search": 30, "option": 30, "ordinari": 86, "origin": [11, 93], "outgo": 21, "overrid": 30, "overview": 30, "own": [94, 112], "packag": [10, 30, 41, 73, 113], "page": 83, "paper": 30, "paragraph": 86, "paramet": [30, 88], "part": 93, "pass": 30, "peertub": 63, "pipe": 64, "pitfal": 11, "plugin": [12, 84, 102, 103, 104], "point": 84, "polici": 54, "postgresql": 38, "presearch": 65, "prime": 27, "primer": 86, "privaci": [27, 94], "privat": [19, 39, 94], "probe": 97, "process": 86, "processor": 108, "product": 82, "program": 39, "protect": 94, "proxi": [13, 99], "public": 94, "py": [90, 91], "pylint": 83, "python": 83, "q": 113, "queri": 115, "quickstart": 85, "quirk": [64, 69], "quot": 86, "qwant": 66, "radio": 113, "radiobrows": 67, "rate": 97, "read": [2, 6, 8, 9, 11, 12, 15, 16, 19, 26, 30, 36, 37, 38, 82, 83, 84, 85, 86, 88, 113, 117, 118], "readabl": 86, "recol": 68, "recommend": 30, "redi": [22, 36, 83, 105, 106], "redirect": 115, "ref": 86, "region": [46, 65, 70], "regist": 13, "remote_addr": 97, "remov": 26, "render": 86, "repo": 113, "request": [30, 97], "resolv": [13, 99], "respons": 1, "rest": [27, 86], "result": 30, "role": 86, "room": 59, "run": [7, 83, 94, 117], "runtim": 87, "sampl": 1, "scholar": 54, "scienc": 113, "scientific_publ": 113, "script": [3, 9], "search": [1, 19, 23, 33, 37, 59, 65, 83, 88, 107, 108, 112, 115], "searxng": [6, 7, 8, 10, 26, 32, 82, 93, 94, 98, 101, 112, 117, 118], "searxng_extra": [89, 90, 91], "secur": [39, 54], "see": [30, 94], "seekr": 69, "select": 115, "sepiasearch": 63, "server": [0, 6, 8, 24, 36], "servic": 26, "set": [13, 15, 16, 30, 109, 112], "setup": [2, 11, 30, 117], "sh": [117, 118], "shell": [3, 7, 83], "sidebar": 86, "simpl": 86, "site": [6, 8], "skill": 86, "smart": 86, "social_media": 113, "soft": 86, "software_wiki": 113, "solr": 37, "sourc": [27, 95, 99], "space": 86, "special": 115, "specif": 86, "specifi": 30, "sphinx": [3, 86], "sql": 38, "sqlite": [38, 110], "ssh": 0, "stai": 26, "standalone_searx": 90, "start": [82, 87], "startpag": 70, "static": 83, "statu": 83, "step": 10, "stock": 40, "structur": 86, "subgroup": 113, "substitut": 86, "suit": [82, 117], "summari": 82, "svg": 86, "syntax": [86, 115], "tab": [86, 113], "tabl": 86, "tagesschau": 71, "templat": [30, 86], "test": 83, "theme": 83, "time": 12, "tiney": 79, "titl": 86, "token": 19, "toml": 14, "tool": [3, 89, 116], "tor": 103, "torrent": 30, "torznab": 72, "trait": 31, "translat": [27, 92, 113], "true": [10, 16], "truth": 86, "tune": 26, "type": [30, 33, 65], "tyrant": 11, "ui": 25, "unicod": 86, "unit": 104, "up": [13, 117], "updat": [9, 26, 91], "update_ahmia_blacklist": 91, "update_curr": 91, "update_engine_descript": 91, "update_engine_trait": 91, "update_external_bang": 91, "update_firefox_vers": 91, "update_local": 91, "update_osm_keys_tag": 91, "update_pyg": 91, "update_wikidata_unit": 91, "url": [33, 86, 108], "us": [94, 112], "use_default_set": [10, 16], "user": [10, 114], "usual": 82, "util": [111, 117, 118], "uwsgi": [2, 6, 11], "version": 87, "video": [30, 44, 48, 50, 54, 63, 65, 113], "view": 86, "void": 73, "wallhaven": 74, "warn": [7, 13], "weather": 50, "web": [44, 50, 54, 61, 113], "webapi": 72, "welcom": 93, "what": 94, "why": [94, 112], "wiki": 43, "wikidata": 75, "wikimedia": [75, 113], "wikipedia": 75, "without": 113, "wlc": 92, "work": [82, 112], "worth": 94, "wrap": 82, "xpath": 80, "yaci": 76, "yahoo": 77, "yml": [16, 30], "your": 82, "z": 78}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"! select engine and category": [[115, "select-engine-and-category"]], "!! automatic redirect": [[115, "automatic-redirect"]], "!!settings.yml
", "brand:
", "categories_as_tabs:
", "engine:
", "general:
", "outgoing:
", "redis:
", "search:
", "server:
", "ui:
", "SearXNG maintenance", "How to contribute", "Demo Offline Engine", "Demo Online Engine", "Engine Overview", "Engine Library", "SearXNG\u2019s engines loader", "Engine Implementations", "MediaWiki Engine", "Command Line Engines", "NoSQL databases", "Local Search APIs", "SQL Engines", "Offline Concept", "Adobe Stock", "Alpine Linux Packages", "Anna\u2019s Archive", "Arch Linux", "Bing Engines", "Bpb", "Brave Engines", "BT4G", "Dailymotion", "Discourse Forums", "DuckDuckGo Engines", "Geizhals", "Gitea", "GitLab", "Google Engines", "Lemmy", "Library of Congress", "Mastodon", "Moviepilot", "Matrix Rooms Search (MRS)", "Mullvad-Leta", "Mwmbl Engine", "Odysee", "Peertube Engines", "Piped", "Presearch Engine", "Qwant", "RadioBrowser", "Recoll Engine", "Seekr Engines", "Startpage Engines", "Tagesschau API", "Torznab WebAPI", "Void Linux binary packages", "Wallhaven", "Wikimedia", "Yacy", "Yahoo Engine", "Z-Library", "Tineye", "XPath Engine", "Developer documentation", "Developing in Linux Containers", "Makefile & ./manage
", "Plugins", "Development Quickstart", "reST primer", "Runtime Management", "Search API", "Tooling box searxng_extra
", "searxng_extra/standalone_searx.py
", "searxng_extra/update/
", "Translation", "Welcome to SearXNG", "Why use a private instance?", "Source-Code", "Custom message extractor (i18n)", "Bot Detection", "SearXNG Exceptions", "Favicons (source)", "Online /info
", "Locales", "Hostnames plugin", "Tor check plugin", "Unit converter plugin", "Redis DB", "Redis Library", "Search", "Search processors", "Settings Loader", "SQLite DB", "Utility functions for the engines", "About SearXNG", "Configured Engines", "User information", "Search syntax", "DevOps tooling box", "utils/lxc.sh
", "utils/searxng.sh
"], "titleterms": {"": [0, 6, 8, 11, 32, 42, 101], "If": 30, "In": 82, "The": [6, 8, 27, 30, 82], "about": [86, 94, 112], "abstract": 108, "activ": 83, "addit": 30, "administr": [1, 4], "admonit": 86, "adob": 40, "after": 26, "aka": 86, "alpin": 41, "anchor": 86, "anna": 42, "answer": [0, 50], "apach": 6, "api": [1, 37, 50, 54, 71, 88], "app": 113, "ar": [30, 94], "arbitrari": 30, "arch": 43, "architectur": 2, "archiv": 42, "archlinux": 82, "argument": 30, "articl": 86, "ascii": 86, "asdf": 87, "audienc": 82, "autocomplet": [54, 61], "automat": 115, "bang": 115, "bar": 1, "bashism": 7, "basic": 86, "bibliograph": 86, "bibtex": 30, "binari": 73, "bing": 44, "block": 86, "bot": 97, "box": [89, 116], "bpb": 45, "brand": 17, "brave": 46, "bt4g": 47, "build": [3, 7, 27, 83, 86], "buildhost": [3, 117], "built": 12, "builtin": 12, "bullet": 86, "cach": [13, 99], "can": 112, "captcha": 0, "categori": [70, 115], "categories_as_tab": 18, "check": [10, 26, 103], "checker": 83, "class": 108, "clean": [27, 83, 117], "code": [27, 86, 95, 101], "command": [7, 35, 116, 117, 118], "commit": 27, "common": [30, 116], "compon": 33, "concept": 39, "conclus": 94, "config": [97, 99, 117], "configur": [1, 10, 12, 13, 14, 30, 34, 35, 36, 38, 40, 42, 47, 52, 53, 55, 59, 64, 66, 68, 69, 72, 76, 78, 80, 113], "congress": 56, "connect": 117, "consequ": 94, "contain": [7, 82], "content": [40, 46, 47, 54, 55, 59, 64, 66, 69, 76, 78, 86], "contribut": 27, "convert": 104, "creat": [10, 27], "csp": 54, "csv": 86, "currenc": [33, 108], "custom": 96, "dailymot": 48, "data": [1, 101], "databas": 36, "db": [105, 110], "debian": [6, 11], "debug": 26, "default": [12, 30, 112], "definit": 86, "demo": [28, 29], "depend": [10, 36, 38, 39], "deploi": 27, "design": 27, "detect": 97, "develop": [3, 22, 81, 82, 85], "devop": 116, "dictionari": [33, 108], "direct": 27, "disabl": [6, 8], "discours": 49, "distributor": 11, "do": 112, "doc": [3, 27, 83], "docker": [7, 117], "document": [4, 27, 81], "doe": [94, 112], "dot": 86, "drop": 83, "duckduckgo": 50, "elasticsearch": 37, "emb": 1, "enabl": 14, "engin": [19, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 44, 46, 50, 54, 61, 63, 65, 68, 69, 70, 77, 80, 82, 83, 111, 112, 113, 115], "engine_typ": 30, "entri": 84, "env": 83, "environ": [83, 86, 116], "equat": 86, "exampl": [19, 35, 36, 37, 38, 49, 68, 80, 84, 86], "except": 98, "ext": 86, "extern": [84, 115], "extlink": 86, "extra": [36, 38, 39, 50], "extractor": 96, "favicon": [13, 99], "featur": 93, "field": [30, 86], "figur": 86, "file": [30, 86, 113], "first": 9, "flask": 97, "flat": 86, "foo": 86, "format": [30, 83], "forum": 49, "framework": 33, "from": 0, "fulli": 82, "function": [82, 111], "further": [2, 6, 8, 9, 11, 12, 15, 16, 19, 26, 30, 36, 37, 38, 82, 83, 84, 85, 86, 88, 113, 117, 118], "gate": 86, "geizhal": 51, "gener": [20, 30, 86, 113], "gentlemen": 82, "get": [1, 7, 87], "gh": 83, "gitea": 52, "github": 27, "gitlab": 53, "go": 83, "goggl": 46, "good": [27, 117], "googl": 54, "graphviz": 86, "grid": 86, "group": 113, "hackabl": 27, "head": 86, "header": [6, 97], "hello": 86, "help": [83, 117, 118], "highlight": 86, "hint": [7, 117], "hlist": 86, "horizont": 86, "hostnam": 102, "how": [26, 27, 94, 112], "http": [6, 8, 97], "http_accept": 97, "http_accept_encod": 97, "http_accept_languag": 97, "http_connect": 97, "http_user_ag": 97, "hyperlink": 86, "i": [30, 94, 112], "i18n": 96, "imag": [7, 30, 44, 50, 54, 86, 113], "implement": [14, 33, 34, 35, 36, 38, 40, 42, 46, 47, 49, 52, 53, 55, 59, 64, 65, 66, 68, 69, 72, 76, 78, 80, 101], "info": [7, 14, 19, 26, 33, 35, 36, 37, 38, 49, 68, 100], "inform": 114, "infrastructur": 13, "inlin": 86, "insid": 7, "inspect": 26, "instal": [5, 9, 10, 26, 83, 117, 118], "instanc": 94, "instant": 50, "interfac": 39, "internet": 117, "intersphinx": 86, "introduc": 87, "io": 27, "ip": [0, 97], "ip_limit": 97, "ip_list": 97, "j": 83, "kernel": 86, "kiss": 86, "know": 117, "known": [64, 69], "languag": [46, 65, 70, 115], "latex": 86, "layout": [6, 11], "lemmi": 55, "leta": 60, "librari": [31, 56, 78, 106], "limit": [14, 97], "line": [7, 35, 86], "link": 86, "link_token": 97, "lint": 3, "linux": [41, 43, 73, 82], "list": [86, 97], "liter": 86, "live": [27, 83], "loader": [32, 109], "local": [37, 101], "locat": 16, "log": [6, 8], "lxc": 117, "lxd": 117, "lyric": 113, "mainten": [11, 13, 26], "make": [30, 83, 112], "makefil": 83, "manag": [83, 87], "manual": 0, "map": [30, 113], "mariadb": 38, "markup": 86, "mastodon": 57, "math": 86, "matrix": 59, "matter": 86, "media": 30, "mediawiki": 34, "meilisearch": 37, "messag": 96, "method": 97, "migrat": 26, "mode": 11, "modul": [6, 30], "mongodb": 36, "motiv": 82, "moviepilot": 58, "mr": 59, "mullvad": 60, "multilingu": 19, "music": 113, "mwmbl": 61, "my": [94, 112], "mysql": 38, "name": [30, 83, 86], "need": 3, "nest": 86, "new": [44, 50, 54, 113], "nginx": 8, "node": 83, "nodej": 83, "nosql": 36, "note": [22, 86], "nvm": 83, "o": 9, "obsolet": 26, "odyse": 62, "offlin": [28, 33, 39, 108], "onlin": [29, 30, 33, 100, 108], "online_curr": 30, "online_dictionari": 30, "online_url_search": 30, "option": 30, "ordinari": 86, "origin": [11, 93], "outgo": 21, "overrid": 30, "overview": 30, "own": [94, 112], "packag": [10, 30, 41, 73, 113], "page": 83, "paper": 30, "paragraph": 86, "paramet": [30, 88], "part": 93, "pass": 30, "peertub": 63, "pipe": 64, "pitfal": 11, "plugin": [12, 84, 102, 103, 104], "point": 84, "polici": 54, "postgresql": 38, "presearch": 65, "prime": 27, "primer": 86, "privaci": [27, 94], "privat": [19, 39, 94], "probe": 97, "process": 86, "processor": 108, "product": 82, "program": 39, "protect": 94, "proxi": [13, 99], "public": 94, "py": [90, 91], "pylint": 83, "python": 83, "q": 113, "queri": 115, "quickstart": 85, "quirk": [64, 69], "quot": 86, "qwant": 66, "radio": 113, "radiobrows": 67, "rate": 97, "read": [2, 6, 8, 9, 11, 12, 15, 16, 19, 26, 30, 36, 37, 38, 82, 83, 84, 85, 86, 88, 113, 117, 118], "readabl": 86, "recol": 68, "recommend": 30, "redi": [22, 36, 83, 105, 106], "redirect": 115, "ref": 86, "region": [46, 65, 70], "regist": 13, "remote_addr": 97, "remov": 26, "render": 86, "repo": 113, "request": [30, 97], "resolv": [13, 99], "respons": 1, "rest": [27, 86], "result": 30, "role": 86, "room": 59, "run": [7, 83, 94, 117], "runtim": 87, "sampl": 1, "scholar": 54, "scienc": 113, "scientific_publ": 113, "script": [3, 9], "search": [1, 19, 23, 33, 37, 59, 65, 83, 88, 107, 108, 112, 115], "searxng": [6, 7, 8, 10, 26, 32, 82, 93, 94, 98, 101, 112, 117, 118], "searxng_extra": [89, 90, 91], "secur": [39, 54], "see": [30, 94], "seekr": 69, "select": 115, "sepiasearch": 63, "server": [0, 6, 8, 24, 36], "servic": 26, "set": [13, 15, 16, 30, 109, 112], "setup": [2, 11, 30, 117], "sh": [117, 118], "shell": [3, 7, 83], "sidebar": 86, "simpl": 86, "site": [6, 8], "skill": 86, "smart": 86, "social_media": 113, "soft": 86, "software_wiki": 113, "solr": 37, "sourc": [27, 95, 99], "space": 86, "special": 115, "specif": 86, "specifi": 30, "sphinx": [3, 86], "sql": 38, "sqlite": [38, 110], "ssh": 0, "stai": 26, "standalone_searx": 90, "start": [82, 87], "startpag": 70, "static": 83, "statu": 83, "step": 10, "stock": 40, "structur": 86, "subgroup": 113, "substitut": 86, "suit": [82, 117], "summari": 82, "svg": 86, "syntax": [86, 115], "tab": [86, 113], "tabl": 86, "tagesschau": 71, "templat": [30, 86], "test": 83, "theme": 83, "time": 12, "tiney": 79, "titl": 86, "token": 19, "toml": 14, "tool": [3, 89, 116], "tor": 103, "torrent": 30, "torznab": 72, "trait": 31, "translat": [27, 92, 113], "true": [10, 16], "truth": 86, "tune": 26, "type": [30, 33, 65], "tyrant": 11, "ui": 25, "unicod": 86, "unit": 104, "up": [13, 117], "updat": [9, 26, 91], "update_ahmia_blacklist": 91, "update_curr": 91, "update_engine_descript": 91, "update_engine_trait": 91, "update_external_bang": 91, "update_firefox_vers": 91, "update_local": 91, "update_osm_keys_tag": 91, "update_pyg": 91, "update_wikidata_unit": 91, "url": [33, 86, 108], "us": [94, 112], "use_default_set": [10, 16], "user": [10, 114], "usual": 82, "util": [111, 117, 118], "uwsgi": [2, 6, 11], "version": 87, "video": [30, 44, 48, 50, 54, 63, 65, 113], "view": 86, "void": 73, "wallhaven": 74, "warn": [7, 13], "weather": 50, "web": [44, 50, 54, 61, 113], "webapi": 72, "welcom": 93, "what": 94, "why": [94, 112], "wiki": 43, "wikidata": 75, "wikimedia": [75, 113], "wikipedia": 75, "without": 113, "wlc": 92, "work": [82, 112], "worth": 94, "wrap": 82, "xpath": 80, "yaci": 76, "yahoo": 77, "yml": [16, 30], "your": 82, "z": 78}})
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index fca2f2e51c3..6c789c2e267 100644
--- a/src/index.html
+++ b/src/index.html
@@ -5,14 +5,14 @@
- /info
utils/lxc.sh
utils/searxng.sh