summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-05-15 20:28:22 +0200
committerGitHub <noreply@github.com>2022-05-15 20:28:22 +0200
commit173c14544e918891b2cb788615294ccb157892ae (patch)
tree41636e1c60fbdcd5c8d76e662a49f3986da31386
parentde0c4d7cd8bf598d8ec69834f806a3dc80326ad6 (diff)
parent6ef24ffd940faaf328e530b2df1163293ad8c04c (diff)
downloadsearxng-173c14544e918891b2cb788615294ccb157892ae.tar.gz
searxng-173c14544e918891b2cb788615294ccb157892ae.zip
Merge pull request #1207 from allendema/add-alexandria
[enh] Add alexandria.org engine
-rw-r--r--searx/settings.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 5aaf154df..42c484ff3 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -1377,6 +1377,25 @@ engines:
about:
website: https://wiby.me/
+ - name: alexandria
+ engine: json_engine
+ shortcut: alx
+ categories: general
+ paging: true
+ search_url: https://api.alexandria.org/?a=1&q={query}&p={pageno}
+ results_query: results
+ title_query: title
+ url_query: url
+ content_query: snippet
+ timeout: 1.5
+ disabled: true
+ about:
+ website: https://alexandria.org/
+ official_api_documentation: https://github.com/alexandria-org/alexandria-api/raw/master/README.md
+ use_official_api: true
+ require_api_key: false
+ results: JSON
+
- name: wikibooks
engine: mediawiki
shortcut: wb