文档名称添加搜索
This commit is contained in:
parent
34dc4f2c7f
commit
c49b048976
|
|
@ -0,0 +1,7 @@
|
||||||
|
<component name="ProjectDictionaryState">
|
||||||
|
<dictionary name="Guan">
|
||||||
|
<words>
|
||||||
|
<w>aggrid</w>
|
||||||
|
</words>
|
||||||
|
</dictionary>
|
||||||
|
</component>
|
||||||
|
|
@ -238,7 +238,7 @@ def knowledge_base_page(api: ApiRequest, is_lite: bool = None):
|
||||||
doc_details,
|
doc_details,
|
||||||
{
|
{
|
||||||
("No", "序号"): {},
|
("No", "序号"): {},
|
||||||
("file_name", "文档名称"): {},
|
("file_name", "文档名称"): {"filter": "agTextColumnFilter"},
|
||||||
# ("file_ext", "文档类型"): {},
|
# ("file_ext", "文档类型"): {},
|
||||||
# ("file_version", "文档版本"): {},
|
# ("file_version", "文档版本"): {},
|
||||||
("document_loader", "文档加载器"): {},
|
("document_loader", "文档加载器"): {},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue