From 32078865147dc4779023e036aba164842067e58b Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Mon, 17 Apr 2017 07:54:26 -0700 Subject: Adding the ability to disable full text search queries for master (#6102) --- config/config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json index d1d3f9ae2..c8a52bd86 100644 --- a/config/config.json +++ b/config/config.json @@ -41,6 +41,7 @@ "AllowEditPost": "always", "PostEditTimeLimit": 300, "TimeBetweenUserTypingUpdatesMilliseconds": 5000, + "EnablePostSearch": true, "EnableUserTypingMessages": true, "ClusterLogTimeoutMilliseconds": 2000 }, -- cgit v1.2.3-1-g7c22