diff --git a/src/components/Search.tsx b/src/components/Search.tsx index cf2fc6e..2bdbf8e 100644 --- a/src/components/Search.tsx +++ b/src/components/Search.tsx @@ -36,7 +36,7 @@ export default function SearchBar({ searchList }: Props) { const fuse = new Fuse(searchList, { keys: ["title", "description"], includeMatches: true, - threshold: 0.4, + threshold: 0.5, }); useEffect(() => {