Added from:, in:, and channel: search modifiers

Этот коммит содержится в:
hmhealey
2015-10-17 14:37:51 -04:00
родитель 754f1721fe
Коммит 06fd374c19
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
}