From 7f1fd61ac875c3bd58ced3a1fdbc9539d9f54644 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 21 Nov 2018 13:14:23 -0800 Subject: ELASTICSEARCH not ELASTIC --- python/fatcat_web/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web') diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 0a3ea40e..4d45dcf1 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -34,7 +34,7 @@ def do_search(q, limit=50, fulltext_only=True): #print(search_request) resp = requests.get("%s/%s/_search" % - (app.config['ELASTIC_BACKEND'], app.config['ELASTIC_INDEX']), + (app.config['ELASTICSEARCH_BACKEND'], app.config['ELASTICSEARCH_INDEX']), json=search_request) if resp.status_code != 200: -- cgit v1.2.3