From 05e61978906a08132c4340a5f9ae518134dd0fa9 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Fri, 17 May 2024 14:06:06 +0200
Subject: feat: support searching packages
---
frontend/templates/opensearch.xml.gotmpl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'frontend/templates/opensearch.xml.gotmpl')
diff --git a/frontend/templates/opensearch.xml.gotmpl b/frontend/templates/opensearch.xml.gotmpl
index 8d978ea..c761fd4 100644
--- a/frontend/templates/opensearch.xml.gotmpl
+++ b/frontend/templates/opensearch.xml.gotmpl
@@ -2,15 +2,15 @@
xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/"
>
- Searchix {{ .Source.Name }}
- Search {{ .Source.Name }} options with Searchix
- Search options {{ .Source.Name }}
+ Searchix {{ sourceNameAndType .Source }}
+ Search {{ sourceNameAndType .Source }} with Searchix
+ Search {{ sourceNameAndType .Source }}
{{ .BaseURL }}/options/{{ .Source.Key }}/search{{ .BaseURL }}/{{ .Source.ImporterType }}/{{ .Source.Key }}/search
--
cgit 1.4.1