feat: implement hasTaskList filter

This commit is contained in:
Steven
2025-05-26 22:37:59 +08:00
parent cbf5687dd9
commit b89d8f5342
7 changed files with 174 additions and 6 deletions

View File

@@ -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.