diff options
| author | Bnyro <bnyro@tutanota.com> | 2026-07-28 18:32:00 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2026-07-28 18:33:27 +0200 |
| commit | 8372f5d8551df9bf89716f82b14079b44d771e73 (patch) | |
| tree | 27bcd35298245edba2fcbdb3049916d73e3ff2a3 /searx | |
| parent | 8f8b5d2b8d30ba41518545efe0f6375cf4757df4 (diff) | |
[fix] exaapi: missing shortcut causes engine to crash
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/engines/exaapi.py | 1 | ||||
| -rw-r--r-- | searx/settings.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/searx/engines/exaapi.py b/searx/engines/exaapi.py index 81092f117..7cd7ad0c1 100644 --- a/searx/engines/exaapi.py +++ b/searx/engines/exaapi.py @@ -23,6 +23,7 @@ Optional settings are: - name: exaapi engine: exaapi + shortcut: exa api_key: "..." results_per_page: 10 search_type: auto diff --git a/searx/settings.yml b/searx/settings.yml index b2c8cbcf3..37a4bf1a5 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -3298,6 +3298,7 @@ engines: - name: exaapi engine: exaapi + shortcut: exa api_key: "" search_type: auto content_mode: highlights |
