summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index d57d5ea36..22adf6626 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -1888,15 +1888,15 @@ engines:
# For this demo of the sqlite engine download:
# https://liste.mediathekview.de/filmliste-v2.db.bz2
# and unpack into searx/data/filmliste-v2.db
- # Query to test: "!demo concert"
+ # Query to test: "!mediathekview concert"
#
- # - name: demo
+ # - name: mediathekview
# engine: sqlite
- # shortcut: demo
- # categories: general
- # result_template: default.html
+ # shortcut: mediathekview
+ # categories: [general, videos]
+ # result_type: MainResult
# database: searx/data/filmliste-v2.db
- # query_str: >-
+ # query_str: >-
# SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
# COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
# description AS content