diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-09-10 16:34:30 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-09-20 10:56:46 +0200 |
| commit | 3ec6d65f9b74c36cd9a7b692b0075557550e870f (patch) | |
| tree | a4faa552b15f97decd7c2d437bc44d750c7e6d80 /searx/settings.yml | |
| parent | 22e73727c0ee034a92f617aa1af91032bb718c86 (diff) | |
[mod] CORE engine: revision of the engine (Paper result)
Revision of the 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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 7d4d98c95..e34f501d2 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -659,12 +659,12 @@ engines: timeout: 30 disabled: true - # - name: core.ac.uk - # engine: core - # categories: science - # shortcut: cor - # # get your API key from: https://core.ac.uk/api-keys/register/ - # api_key: 'unset' + - name: core.ac.uk + engine: core + shortcut: cor + # read https://docs.searxng.org/dev/engines/online/core.html + api_key: "" + inactive: true - name: cppreference engine: cppreference |