diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-01 09:43:19 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-01 09:43:19 +0200 |
| commit | b85d845636ec36bdd98d4d5cea21dd0d82fcdec9 (patch) | |
| tree | 7b66a7a76ad4a5d64025e66f5c1e0e94b37785b9 /docs/admin/settings.rst | |
| parent | e7788980ad1bb82e9ae084428d05a79b235c17ff (diff) | |
| parent | 19e32dc686e40f5e7ec1653f4a05aaa75cb17d80 (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx into about-opensearch
Diffstat (limited to 'docs/admin/settings.rst')
| -rw-r--r-- | docs/admin/settings.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/admin/settings.rst b/docs/admin/settings.rst index 0bfdcc6cb..2bfbae35c 100644 --- a/docs/admin/settings.rst +++ b/docs/admin/settings.rst @@ -98,7 +98,7 @@ Global Settings specific instance of searx, a locale can be defined using an ISO language code, like ``fr``, ``en``, ``de``. -.. _requests proxies: http://docs.python-requests.org/en/latest/user/advanced/#proxies +.. _requests proxies: http://requests.readthedocs.io/en/latest/user/advanced/#proxies .. _PR SOCKS support: https://github.com/kennethreitz/requests/pull/478 ``outgoing_proxies`` : @@ -175,6 +175,9 @@ Engine settings ``weigth`` : default ``1`` Weighting of the results of this engine. +``display_error_messages`` : default ``True`` + When an engine returns an error, the message is displayed on the user interface. + .. note:: A few more options are possible, but they are pretty specific to some |