diff options
Diffstat (limited to 'commands/account')
-rw-r--r-- | commands/account/search.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/search.go b/commands/account/search.go index 0246a9eb..cd449dfa 100644 --- a/commands/account/search.go +++ b/commands/account/search.go @@ -154,7 +154,7 @@ func (s SearchFilter) Execute(args []string) error { EndDate: s.EndDate, SearchBody: s.Body, SearchAll: s.All, - Terms: s.Terms, + Terms: []string{s.Terms}, } if args[0] == "filter" { |