diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-05-31 23:27:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-31 23:27:05 +0200 |
| commit | e974bbc17a6a659b14b7ab071d5cc2d72a4d6504 (patch) | |
| tree | 521fbd7806bf636bdf09c5e2f9be4d4fa2493e8d /docs/admin/settings.rst | |
| parent | d38952c1335d3c6f8615870b11ef9737b203ad49 (diff) | |
| parent | e3282748d0433d455336487f7e36b789fe6ade30 (diff) | |
Merge pull request #1903 from kvch/feature-ignore-engine-timeout
Hide error messages from users
Diffstat (limited to 'docs/admin/settings.rst')
| -rw-r--r-- | docs/admin/settings.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/admin/settings.rst b/docs/admin/settings.rst index 2c42a21e9..2bfbae35c 100644 --- a/docs/admin/settings.rst +++ b/docs/admin/settings.rst @@ -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 |