commit a785c24bfe289a232ff0066c8362f044506285b2
parent 1ce1a288737d960d0b448d16fee1ebe0d676d13c
Author: breadcat <breadcat@users.noreply.github.com>
Date: Fri, 17 Apr 2026 17:21:14 +0100
We already use wildcard search, so this makes no difference
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/templates/search.html b/templates/search.html
@@ -12,7 +12,6 @@
{{else if .Query}}
<p>No files found matching "<strong>{{.Query}}</strong>"</p>
-<p>Try using wildcards like <code>*{{.Query}}*</code> for broader results.</p>
{{end}}
{{template "_pagination" .}}