search: add levelshtein distance based search

This commit is contained in:
end-4
2025-05-26 22:52:25 +02:00
parent a6556f3890
commit 02a3434e58
5 changed files with 172 additions and 6 deletions
@@ -60,6 +60,7 @@ Singleton {
property int nonAppResultDelay: 30 // This prevents lagging when typing
property string engineBaseUrl: "https://www.google.com/search?q="
property list<string> excludedSites: [ "quora.com" ]
property bool sloppy: false // Uses levenshtein distance based scoring instead of fuzzy sort. Very weird.
property QtObject prefix: QtObject {
property string action: "/"
property string clipboard: ":"