add search reindex capability
This commit is contained in:
@ -57,6 +57,7 @@ namespace Oqtane.Modules.Admin.Files.Manager
|
||||
EntityName = EntityNames.File,
|
||||
EntityId = file.FileId.ToString(),
|
||||
Title = path,
|
||||
Description = "",
|
||||
Body = body,
|
||||
Url = $"{Constants.FileUrl}{folder.Path}{file.Name}",
|
||||
Permissions = $"{EntityNames.Folder}:{folder.FolderId}",
|
||||
|
Reference in New Issue
Block a user