diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-09-15 09:02:54 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-09-20 10:56:46 +0200 |
| commit | 1520a8d545e436e43c0ea0aff916cc4cc9ba5494 (patch) | |
| tree | ae907e160a011f9364c8cf1361fd5736b770205d /searx/settings.yml | |
| parent | f8f7adce6b7fcf5cb03a6d6bfe78205c3549d1ea (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 6 insertions, 7 deletions
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 |