mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
feat: support metadata condition filter string array (#23111)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
This commit is contained in:
+2
@@ -32,6 +32,8 @@ export const getOperators = (type?: MetadataFilteringVariableType) => {
|
||||
ComparisonOperator.endWith,
|
||||
ComparisonOperator.empty,
|
||||
ComparisonOperator.notEmpty,
|
||||
ComparisonOperator.in,
|
||||
ComparisonOperator.notIn,
|
||||
]
|
||||
case MetadataFilteringVariableType.number:
|
||||
return [
|
||||
|
||||
@@ -591,8 +591,8 @@ const translation = {
|
||||
'not empty': '不为空',
|
||||
'null': '空',
|
||||
'not null': '不为空',
|
||||
'in': '是',
|
||||
'not in': '不是',
|
||||
'in': '在',
|
||||
'not in': '不在',
|
||||
'all of': '全部是',
|
||||
'exists': '存在',
|
||||
'not exists': '不存在',
|
||||
|
||||
Reference in New Issue
Block a user