summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2023-09-14 13:31:54 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-11-27 14:16:42 +0100
commit23582aac5c599279461f2740928c33cffc944083 (patch)
tree9c2db3ef19cfba026cf1b28b7906d4c29df2cc5e /searx/settings.yml
parent99fb565b391b04d10bd2f41fe6ecebb438fc4240 (diff)
downloadsearxng-23582aac5c599279461f2740928c33cffc944083.tar.gz
searxng-23582aac5c599279461f2740928c33cffc944083.zip
[feat] implementation of presearch engine
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 4437fb3a9..0edf01762 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -1290,6 +1290,36 @@ engines:
# query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
# shortcut : psql
+ - name: presearch
+ engine: presearch
+ search_type: search
+ categories: [general, web]
+ shortcut: ps
+
+ - name: presearch images
+ engine: presearch
+ search_type: images
+ categories: [images, web]
+ timeout: 4.0
+ shortcut: psimg
+ disabled: true
+
+ - name: presearch videos
+ engine: presearch
+ search_type: videos
+ categories: [videos, web]
+ timeout: 4.0
+ shortcut: psvid
+ disabled: true
+
+ - name: presearch news
+ engine: presearch
+ search_type: news
+ categories: [news, web]
+ timeout: 4.0
+ shortcut: psnews
+ disabled: true
+
- name: pub.dev
engine: xpath
shortcut: pd