Adding SetFileSearchableContent plugin API endpoint (#24355)
* Adding SetFileSearchableContent plugin API endpoint * Fixing CI problems * Fixing CI problems * Fixing CI problems * Fixing CI problems * Fixing CI problems * Exposing it to the public API * Fix CI problems * Adding SetSearchableContent to the pluginapi File struct
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fd74208af1
Коммит
c9d49536f8
@@ -783,6 +783,12 @@ type API interface {
|
||||
// Minimum server version: 5.3
|
||||
GetFileInfo(fileId string) (*model.FileInfo, *model.AppError)
|
||||
|
||||
// SetFileSearchableContent update the File Info searchable text for full text search
|
||||
//
|
||||
// @tag File
|
||||
// Minimum server version: 9.1
|
||||
SetFileSearchableContent(fileID string, content string) *model.AppError
|
||||
|
||||
// GetFileInfos gets File Infos with options
|
||||
//
|
||||
// @tag File
|
||||
|
||||
Ссылка в новой задаче
Block a user