文档名称添加搜索

This commit is contained in:
GuanYuankai 2025-03-04 18:16:44 +08:00
parent 34dc4f2c7f
commit c49b048976
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
<component name="ProjectDictionaryState">
<dictionary name="Guan">
<words>
<w>aggrid</w>
</words>
</dictionary>
</component>

View File

@ -238,7 +238,7 @@ def knowledge_base_page(api: ApiRequest, is_lite: bool = None):
doc_details,
{
("No", "序号"): {},
("file_name", "文档名称"): {},
("file_name", "文档名称"): {"filter": "agTextColumnFilter"},
# ("file_ext", "文档类型"): {},
# ("file_version", "文档版本"): {},
("document_loader", "文档加载器"): {},