feat: improved search results

This commit is contained in:
SethBurkart123
2025-05-05 21:56:50 +10:00
parent 9aef4c7204
commit eeb63b5d1a
2 changed files with 4 additions and 6 deletions
@@ -14,9 +14,8 @@ export function createSearchIndexes() {
keys: ["text", "category", "keywords"],
includeScore: true,
includeMatches: true,
threshold: 0.6,
minMatchCharLength: 1,
ignoreLocation: true,
threshold: 0.4,
minMatchCharLength: 2,
useExtendedSearch: false,
};