From b9e06d9a139e6d9a6d509f500beee97d0d071602 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sat, 15 Aug 2026 20:12:25 +0900 Subject: Add site-wide search for bands and artists Adds a nav search box and /search route backed by a LIKE-based searchAll() query over band name/area/description and artist name. --- app/root.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/root.tsx') diff --git a/app/root.tsx b/app/root.tsx index 6c60350..f422f52 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -1,4 +1,5 @@ import { + Form, isRouteErrorResponse, Link, Links, @@ -55,6 +56,9 @@ export default function App() { whois.band Bands Artists +
+ +
-- cgit v1.2.3