Merge pull request #1113 from hmhealey/plt716

PLT-716/717 Added from:, in:, and channel: search filters
Этот коммит содержится в:
Joram Wilander
2015-10-20 08:00:21 -04:00
родитель 7d8e08ccf6 995c5a276b
Коммит 460a82878a
8 изменённых файлов: 419 добавлений и 67 удалений

Просмотреть файл

@@ -84,7 +84,7 @@ type PostStore interface {
GetPosts(channelId string, offset int, limit int) StoreChannel
GetPostsSince(channelId string, time int64) StoreChannel
GetEtag(channelId string) StoreChannel
Search(teamId string, userId string, terms string, isHashtagSearch bool) StoreChannel
Search(teamId string, userId string, params *model.SearchParams) StoreChannel
GetForExport(channelId string) StoreChannel
}