diff options
| author | BrandonStudio <55647556+BrandonStudio@users.noreply.github.com> | 2025-04-30 05:48:19 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-05-02 14:22:51 +0200 |
| commit | d47cf9db244e7ce241fcfde298a87311d00295e4 (patch) | |
| tree | b61f686a594d563d9289fbfa4cb5ed21c794a36e /docs/admin | |
| parent | 705ebe64b5053bd7c80b940e80db579d9c10187a (diff) | |
[feat] engine ChinaSo: support source filter for ChinaSo-News
* filtering ChinaSo-News results by source, option ``chinaso_news_source``
* add ChinaSo engine to the online docs https://docs.searxng.org/dev/engines/online/chinaso.html
* fix SearXNG categories in the settings.yml
* deactivate ChinaSo engines ``inactive: true`` until [1] is fixed
* configure network of the ChinaSo engines
[1] https://github.com/searxng/searxng/issues/4694
Signed-off-by: @BrandonStudio
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/settings/settings_engines.rst | 3 |
1 files changed, 2 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. - |