diff --git a/web/icons.templ b/web/icons.templ new file mode 100644 index 0000000..2d76673 --- /dev/null +++ b/web/icons.templ @@ -0,0 +1,13 @@ +package web + +templ SheildCheck() { + +} + +templ Speech() { + +} + +templ ApproxEqual() { + +} diff --git a/web/results.templ b/web/results.templ index bc30cb7..ce382b4 100644 --- a/web/results.templ +++ b/web/results.templ @@ -15,19 +15,6 @@ func DomainOnly(u string) string { } -func translateSource(s search.Source) string { - switch s { - case search.FTS: - return "Direct Match" - case search.Embedding: - return "Meaning Match" - case search.PartialFTS: - return "Partial Word Match" - default: - return "" - } -} - templ ResultsPage(markHostname string, query string, results []search.Result) { @Page() { @Head(query + " - mark: " + markHostname) @@ -58,8 +45,25 @@ templ ResultsPage(markHostname string, query string, results []search.Result) {
{ result.Description }