From 0e09606e35c5b421bfe48a9125e3ceba654c464f Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sun, 2 Apr 2023 11:33:13 +0200 Subject: [PATCH] Search: Update automatically generated filter overview #3321 Signed-off-by: Michael Mayer --- internal/form/form_report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/form/form_report.go b/internal/form/form_report.go index f9640f0e3..3a714b750 100644 --- a/internal/form/form_report.go +++ b/internal/form/form_report.go @@ -46,7 +46,7 @@ func Report(f interface{}) (rows [][]string, cols []string) { case time.Time: typeName = "timestamp" if example == "" { - example = fmt.Sprintf("%s:\"2022-01-30 15:23:42\"", fieldName) + example = fmt.Sprintf("%s:\"2022-01-30\"", fieldName) } case int, int8, int16, int32, int64: typeName = "number"