mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
feat: improved search results
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user