From 738b3d94b6b6e3d17fb15598181faa129ce75b6d Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Mon, 4 Jun 2018 14:40:35 +0100 Subject: [PATCH] Enable all serahcs options by default --- gui/app/pods/search/controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/app/pods/search/controller.js b/gui/app/pods/search/controller.js index 6e47b444..ea37e3a6 100644 --- a/gui/app/pods/search/controller.js +++ b/gui/app/pods/search/controller.js @@ -16,7 +16,7 @@ export default Controller.extend({ filter: '', matchDoc: true, matchContent: true, - matchTag: false, - matchFile: false, + matchTag: true, + matchFile: true, slog: false, });