feat: support metadata condition filter string array (#23111)

Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
This commit is contained in:
kenwoodjw
2025-07-30 16:13:45 +08:00
committed by GitHub
parent 11ec62ca70
commit 28478cdc41
6 changed files with 32 additions and 2 deletions

View File

@@ -591,8 +591,8 @@ const translation = {
'not empty': '不为空',
'null': '空',
'not null': '不为空',
'in': '',
'not in': '不',
'in': '',
'not in': '不',
'all of': '全部是',
'exists': '存在',
'not exists': '不存在',