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 --- searx/settings.yml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 07d0bdd2d..d756e9b1c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -619,23 +619,37 @@ engines: # to show premium or plus results too: # skip_premium: false + # WARNING: links from chinaso.com voilate users privacy + # Before activate these engines its mandatory to read + # - https://github.com/searxng/searxng/issues/4694 + # - https://docs.searxng.org/dev/engines/online/chinaso.html + - name: chinaso news - chinaso_category: news engine: chinaso shortcut: chinaso + categories: [news] + chinaso_category: news + chinaso_news_source: all disabled: true + inactive: true - name: chinaso images - chinaso_category: images engine: chinaso + network: chinaso news shortcut: chinasoi + categories: [images] + chinaso_category: images disabled: true + inactive: true - name: chinaso videos - chinaso_category: videos engine: chinaso + network: chinaso news shortcut: chinasov + categories: [videos] + chinaso_category: videos disabled: true + inactive: true - name: cloudflareai engine: cloudflareai -- cgit v1.2.3