diff options
| author | Bnyro <bnyro@tutanota.com> | 2026-07-05 13:56:26 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2026-07-15 17:38:46 +0200 |
| commit | 5a448596ab230c0049af4f4da5e427f534840d51 (patch) | |
| tree | 44cee281b6056a8595f840c44caf5a48198e3b44 | |
| parent | 9c49b7e0d7240b6eb74ed67d890c9b94d72d188e (diff) | |
[feat] engines: add avalw.org (general)
The index is very small, so it often doesn't find anything.
It also has news support, but the results are unusable.
| -rw-r--r-- | searx/settings.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 36bc82c2b..0491bcc8e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -477,6 +477,24 @@ engines: engine: arxiv shortcut: arx + - name: avalw + engine: json_engine + shortcut: av + categories: general + paging: true + search_url: https://avalw.org/api/search?q={query}&page={pageno}&limit=10&tbm=all + results_query: results + url_query: url + title_query: title + content_query: snippet + thumbnail: image_url + disabled: true + inactive: true + about: + website: https://avalw.com + description: "Search engine from the Romanian news company AVALW S.R.L." + results: JSON + - name: ayo engine: xpath categories: general |
