about summary refs log tree commit diff stats
path: root/frontend
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 14:50:36 +0200
committerAlan Pearce2024-05-12 14:50:36 +0200
commitf769decb676f26210bd6884d33e84ada5898b17c (patch)
treeb87898af5c2debe7920c6db2bc1c0de67655255d /frontend
parent4f5be8a89755dfdece7b2ec60c90d74bfde1b707 (diff)
downloadsearchix-f769decb676f26210bd6884d33e84ada5898b17c.tar.lz
searchix-f769decb676f26210bd6884d33e84ada5898b17c.tar.zst
searchix-f769decb676f26210bd6884d33e84ada5898b17c.zip
refactor: merge search and results pages
Diffstat (limited to 'frontend')
-rw-r--r--frontend/templates/blocks/search.gotmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/templates/blocks/search.gotmpl b/frontend/templates/blocks/search.gotmpl
index e9d69b6..feb77cc 100644
--- a/frontend/templates/blocks/search.gotmpl
+++ b/frontend/templates/blocks/search.gotmpl
@@ -2,7 +2,7 @@
 {{- template "js" . }}
 
 {{- define "main" }}
-  <form id="search" action="results">
+  <form id="search">
     <label for="query">{{ .Source.Name }} option search</label>
     <fieldset>
       <input id="query" name="query" type="search" value="{{ .Query }}" />