From b4cbcced83b13a0071a0a9bfadeb16b68b15023f Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 8 Dec 2023 13:42:57 +0100 Subject: [PATCH] fix: reduce mtime keywords to the required ones --- services/frontend/pkg/revaconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/pkg/revaconfig/config.go b/services/frontend/pkg/revaconfig/config.go index be692a6d9a7..6b64424b8e2 100644 --- a/services/frontend/pkg/revaconfig/config.go +++ b/services/frontend/pkg/revaconfig/config.go @@ -297,7 +297,7 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string "enabled": true, }, "mtime": map[string]interface{}{ - "keywords": []string{"today", "yesterday", "this week", "last week", "last 7 days", "this month", "last month", "last 30 days", "this year", "last year"}, + "keywords": []string{"today", "last 7 days", "last 30 days", "this year", "last year"}, "enabled": true, }, "size": map[string]interface{}{