From d7fea940e9df343c4522dc4a1258752798934821 Mon Sep 17 00:00:00 2001 From: Evelyn Wu Date: Sat, 1 Feb 2025 22:12:17 -0500 Subject: [PATCH] recommit for searching --- src/pages/ListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ListPage.tsx b/src/pages/ListPage.tsx index dfdb4c5..34c350c 100644 --- a/src/pages/ListPage.tsx +++ b/src/pages/ListPage.tsx @@ -75,7 +75,7 @@ function ListPage({ // Fuzzy search options const fuseOptions = { // keys to perform the search on - ignoreLocation : true, + ignoreLocation: true, keys: ['name', 'location', 'shortDescription'], threshold: 0.1, };