name字段搜索使用LIKE模糊匹配

This commit is contained in:
Hermes Agent 2026-06-22 13:53:31 +08:00
parent 7f5dc485cb
commit d28d1b6173

View File

@ -19,7 +19,7 @@
},
"data_filter": {
"fields": [
{"field": "name", "title": "项目名称", "uitype": "str"},
{"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"},
{"field": "providerid", "title": "供应商", "uitype": "code"}
]
},