all repos — searchix @ 6781684647ad7f131054a93e1d13105d865c0e83

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: enable combined search

Alan Pearce
commit

6781684647ad7f131054a93e1d13105d865c0e83

parent

442345898802e93b0b884fd0f1c3492e08c34049

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M internal/components/data.gointernal/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