1
0

feat(filters): very basic filter parsing

This commit is contained in:
kolaente
2023-11-09 13:34:31 +01:00
parent 86983f50d4
commit 307ffe11c4
5 changed files with 35 additions and 10 deletions

View File

@ -174,6 +174,7 @@ type taskSearchOptions struct {
filters []*taskFilter
filterConcat taskFilterConcatinator
filterIncludeNulls bool
filter string
projectIDs []int64
}