feat: add configuration options for fuse

This commit is contained in:
felix.ruf
2025-03-13 14:49:00 +01:00
committed by Mathias Schopmans
parent 864ab22583
commit c844e6dcbe
5 changed files with 41 additions and 21 deletions

View File

@@ -137,5 +137,11 @@
"pageSearch": "Search",
"searchPlaceholder": "What are you looking for?",
"metaDescription": ""
},
"fuzzySearch": {
"threshold": 0.4,
"distance": 600,
"ignoreLocation": false,
"includeScore": true
}
}