From bbb2894b049254a44faaa9393114129fb4030c4b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 26 Feb 2025 21:29:22 +0100 Subject: [engine] elasticsearch: add pagination support --- searx/settings.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'searx/settings.yml') 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 -- cgit v1.2.3