From d47cf9db244e7ce241fcfde298a87311d00295e4 Mon Sep 17 00:00:00 2001 From: BrandonStudio <55647556+BrandonStudio@users.noreply.github.com> Date: Wed, 30 Apr 2025 05:48:19 +0000 Subject: [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 --- docs/admin/settings/settings_engines.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/admin') 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. - -- cgit v1.2.3