From 82a2e9a5238e8e674cb94ead3c3707efd912e11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 10 Jan 2018 15:53:56 +0100 Subject: [PATCH] Search: Disable Algolia backend --- pillar/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/config.py b/pillar/config.py index 244896e2..479471a5 100644 --- a/pillar/config.py +++ b/pillar/config.py @@ -78,7 +78,7 @@ ALGOLIA_API_KEY = '-SECRET-' ALGOLIA_INDEX_USERS = 'dev_Users' ALGOLIA_INDEX_NODES = 'dev_Nodes' -SEARCH_BACKENDS = ('algolia', 'elastic') # search backend we use +SEARCH_BACKENDS = ('elastic', ) ELASTIC_INDICES = { 'NODE': 'nodes',