summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2025-02-26 21:29:22 +0100
committerBnyro <bnyro@tutanota.com>2025-03-16 22:10:05 +0100
commitbbb2894b049254a44faaa9393114129fb4030c4b (patch)
tree94969c2ae383d2e095bb033aa1da57c0506d794b /searx/settings.yml
parent84636ef49acc6e74421c23a80f6f63aa4ccc93c7 (diff)
[engine] elasticsearch: add pagination support
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index ec6f4c1c5..770f80ea7 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -789,17 +789,18 @@ engines:
results: HTML
# - name: elasticsearch
- # shortcut: es
+ # shortcut: els
# engine: elasticsearch
# base_url: http://localhost:9200
# username: elastic
# password: changeme
# index: my-index
+ # enable_http: true
# # available options: match, simple_query_string, term, terms, custom
# query_type: match
# # if query_type is set to custom, provide your query here
- # #custom_query_json: {"query":{"match_all": {}}}
- # #show_metadata: false
+ # # custom_query_json: {"query":{"match_all": {}}}
+ # # show_metadata: false
# disabled: true
- name: wikidata