Versions in this module Expand all Collapse all v6 v6.0.0 Dec 23, 2020 Changes in this version + const ENGINE_ALL + const ENGINE_BLEVE + const ENGINE_ELASTICSEARCH + const ENGINE_MYSQL + const ENGINE_POSTGRES + func TestSearchChannelStore(t *testing.T, s store.Store, testEngine *SearchTestEngine) + func TestSearchPostStore(t *testing.T, s store.Store, testEngine *SearchTestEngine) + func TestSearchUserStore(t *testing.T, s store.Store, testEngine *SearchTestEngine) + type ByChannelDisplayName model.ChannelList + func (s ByChannelDisplayName) Len() int + func (s ByChannelDisplayName) Less(i, j int) bool + func (s ByChannelDisplayName) Swap(i, j int) + type SearchTestEngine struct + AfterTest func(*testing.T, store.Store) + BeforeTest func(*testing.T, store.Store) + Driver string + type SearchTestHelper struct + AnotherTeam *model.Team + ChannelAnotherTeam *model.Channel + ChannelBasic *model.Channel + ChannelDeleted *model.Channel + ChannelPrivate *model.Channel + Store store.Store + Team *model.Team + User *model.User + User2 *model.User + UserAnotherTeam *model.User + func (th *SearchTestHelper) CleanFixtures() error + func (th *SearchTestHelper) SetupBasicFixtures() error Other modules containing this package github.com/adacta-ru/mattermost-server/v5