Versions in this module Expand all Collapse all v1 v1.2.11 Jan 7, 2025 Changes in this version + var ActiveIndex = "active" + var AlgoliaSearchServerConfig = []byte(...) + var Info embed.FS + var NewestIndex = "newest" + var ScoreIndex = "score" + type AlgoliaSearchConfig struct + APIKey string + APPID string + Index string + PublicAPIKey string + ShowLogo bool + type SearchAlgolia struct + Config *AlgoliaSearchConfig + func (s *SearchAlgolia) ConfigFields() []plugin.ConfigField + func (s *SearchAlgolia) ConfigReceiver(config []byte) error + func (s *SearchAlgolia) DeleteContent(ctx context.Context, contentID string) (err error) + func (s *SearchAlgolia) Description() plugin.SearchDesc + func (s *SearchAlgolia) Info() plugin.Info + func (s *SearchAlgolia) RegisterSyncer(ctx context.Context, syncer plugin.SearchSyncer) + func (s *SearchAlgolia) SearchAnswers(ctx context.Context, cond *plugin.SearchBasicCond) (res []plugin.SearchResult, total int64, err error) + func (s *SearchAlgolia) SearchContents(ctx context.Context, cond *plugin.SearchBasicCond) (res []plugin.SearchResult, total int64, err error) + func (s *SearchAlgolia) SearchQuestions(ctx context.Context, cond *plugin.SearchBasicCond) (res []plugin.SearchResult, total int64, err error) + func (s *SearchAlgolia) UpdateContent(ctx context.Context, content *plugin.SearchContent) (err error)