From 1520a8d545e436e43c0ea0aff916cc4cc9ba5494 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 15 Sep 2025 09:02:54 +0200 Subject: [mod] ADS engine: revision of the engine (Paper result) Revision of the Astrophysics Data System (ADS) engine / use of the result type Paper as well as other typifications. Signed-off-by: Markus Heiser --- searx/settings.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 217658088..9b85692fc 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -407,13 +407,12 @@ engines: require_api_key: false results: JSON - # - name: astrophysics data system - # engine: astrophysics_data_system - # sort: asc - # weight: 5 - # categories: [science] - # api_key: your-new-key - # shortcut: ads + - name: astrophysics data system + engine: astrophysics_data_system + shortcut: ads + # read https://docs.searxng.org/dev/engines/online/astrophysics_data_system.html + api_key: "" + inactive: true - name: alpine linux packages engine: alpinelinux -- cgit v1.2.3