mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: implement hasTaskList filter
This commit is contained in:
@@ -17,6 +17,7 @@ var MemoFilterCELAttributes = []cel.EnvOption{
|
||||
cel.Variable("tag", cel.StringType),
|
||||
cel.Variable("update_time", cel.StringType),
|
||||
cel.Variable("visibility", cel.StringType),
|
||||
cel.Variable("has_task_list", cel.BoolType),
|
||||
}
|
||||
|
||||
// Parse parses the filter string and returns the parsed expression.
|
||||
|
Reference in New Issue
Block a user