Pass the new allocated field through search filtering. Fixes issue where 0 allocated was reported in search results.
This commit is contained in:
@@ -6,6 +6,7 @@ interface DocData {
|
||||
name: string
|
||||
key: string
|
||||
size: number
|
||||
allocated: number
|
||||
mtime: number
|
||||
dir: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user