From 098a6b1aae415e487faefccd4b33d6a184bda1e3 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 28 Sep 2023 17:24:00 -0400 Subject: [PATCH] Enable semantic_index by default (#3061) Release Notes: - Enabled the `semantic_index` setting by default. --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 1f8068d109fac75f228dc81ab3cf1dd199ecf8f0..c314295c8d0f85a7c6fb87ed48defc6157b3251e 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -370,7 +370,7 @@ }, // Difference settings for semantic_index "semantic_index": { - "enabled": false + "enabled": true }, // Settings specific to our elixir integration "elixir": {