diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/settings/settings_engines.rst | 3 | ||||
| -rw-r--r-- | docs/dev/engines/online/chinaso.rst | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/admin/settings/settings_engines.rst b/docs/admin/settings/settings_engines.rst index 944972143..c614d8b59 100644 --- a/docs/admin/settings/settings_engines.rst +++ b/docs/admin/settings/settings_engines.rst @@ -148,6 +148,8 @@ engine is shown. Most of the options have a default value or even are optional. ``display_error_messages`` : default ``true`` When an engine returns an error, the message is displayed on the user interface. +.. _engine network: + ``network`` : optional Use the network configuration from another engine. In addition, there are two default networks: @@ -257,4 +259,3 @@ Example configuration in settings.yml for a German and English speaker: When searching, the default google engine will return German results and "google english" will return English results. - diff --git a/docs/dev/engines/online/chinaso.rst b/docs/dev/engines/online/chinaso.rst new file mode 100644 index 000000000..31fba3790 --- /dev/null +++ b/docs/dev/engines/online/chinaso.rst @@ -0,0 +1,8 @@ +.. _chinaso engine: + +======= +ChinaSo +======= + +.. automodule:: searx.engines.chinaso + :members: |