From 4137d2e8303999dedca404c2a369e7a8b6daf6ca Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Jan 2019 15:32:57 -0800 Subject: more ES index fixes --- python/fatcat_web/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/search.py') diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 471e522a..5b8fed8f 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -33,7 +33,7 @@ def do_search(q, limit=50, fulltext_only=True): #print(search_request) resp = requests.get("%s/%s/_search" % - (app.config['ELASTICSEARCH_BACKEND'], app.config['ELASTICSEARCH_INDEX']), + (app.config['ELASTICSEARCH_BACKEND'], app.config['ELASTICSEARCH_RELEASE_INDEX']), json=search_request) if resp.status_code != 200: -- cgit v1.2.3