summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAustin-Olacsi <138650713+Austin-Olacsi@users.noreply.github.com>2024-07-27 23:54:18 -0600
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-07-28 10:45:51 +0200
commit9f47bdefc675a64a33612833f1df3f217ba7a415 (patch)
tree664cd0f29054b6282377eb64850cee973b43af29 /searx
parentd7bb97b616e1a322b86ef3e0bd26bf728780a08b (diff)
downloadsearxng-9f47bdefc675a64a33612833f1df3f217ba7a415.tar.gz
searxng-9f47bdefc675a64a33612833f1df3f217ba7a415.zip
[feat] engine: implementation of encyclosearch
Diffstat (limited to 'searx')
-rw-r--r--searx/settings.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index da395ab17..b3c7f5ffe 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -623,6 +623,24 @@ engines:
shortcut: dh
categories: [it, packages]
+ - name: encyclosearch
+ engine: json_engine
+ shortcut: es
+ categories: general
+ paging: true
+ search_url: https://encyclosearch.org/encyclosphere/search?q={query}&page={pageno}&resultsPerPage=15
+ results_query: Results
+ url_query: SourceURL
+ title_query: Title
+ content_query: Description
+ disabled: true
+ about:
+ website: https://encyclosearch.org
+ official_api_documentation: https://encyclosearch.org/docs/#/rest-api
+ use_official_api: true
+ require_api_key: false
+ results: JSON
+
- name: erowid
engine: xpath
paging: true