Merged in feature/track-filesize (pull request #200)
track file sizes for all documents in system * feature complete needs dev testing
This commit is contained in:
@@ -117,6 +117,9 @@ func (s *Controllers) GetFolderDocuments(ctx echo.Context, folderId openapi_type
|
||||
if doc.OriginalPath != nil {
|
||||
apiDocs[i].OriginalPath = doc.OriginalPath
|
||||
}
|
||||
if doc.FileSizeBytes != nil {
|
||||
apiDocs[i].FileSizeBytes = doc.FileSizeBytes
|
||||
}
|
||||
|
||||
// Include text record if available
|
||||
if doc.TextRecord != nil {
|
||||
|
||||
Reference in New Issue
Block a user