Pass the new allocated field through search filtering. Fixes issue where 0 allocated was reported in search results.

This commit is contained in:
2026-02-04 23:55:05 +00:00
parent f40d9c1abd
commit f578a50007
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ interface DocData {
name: string
key: string
size: number
allocated: number
mtime: number
dir: boolean
}