From efe41d13d6960f2db5f7985edb158070287d4ad7 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 16 Jul 2025 22:51:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=A5=EF=B8=8F=20wip:=20Add=20todo=20for?= =?UTF-8?q?=20filtering=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchBar.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/SearchBar.astro b/src/components/SearchBar.astro index f92e718..9de39f6 100644 --- a/src/components/SearchBar.astro +++ b/src/components/SearchBar.astro @@ -1,5 +1,7 @@ --- // SearchBar.astro + +// TODO: Add options for AND/OR switching and sort by options ---