mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
Feature/1217 (#12087)
### What problem does this PR solve? feature: Complete metadata functionality ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -124,6 +124,7 @@ export const useFetchDocumentList = () => {
|
||||
{
|
||||
suffix: filterValue.type,
|
||||
run_status: filterValue.run,
|
||||
metadata: filterValue.metadata,
|
||||
},
|
||||
);
|
||||
if (ret.data.code === 0) {
|
||||
@ -196,6 +197,7 @@ export const useGetDocumentFilter = (): {
|
||||
filter: data?.filter || {
|
||||
run_status: {},
|
||||
suffix: {},
|
||||
metadata: {},
|
||||
},
|
||||
onOpenChange: handleOnpenChange,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user