feat: enable combined search
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M internal/components/data.go → internal/components/data.go
@@ -11,9 +11,8 @@ ) type TemplateData struct { Sources []*config.Source - Source config.Source + Source *config.Source Query string - Results bool SourceResult *bleve.SearchResult ExtraHeadHTML string Code int