Use μFuzzy instead as it is faster and more configurable

This commit is contained in:
DominikDoom
2024-04-21 17:58:14 +02:00
parent a8f175925f
commit fa4a3bc036
4 changed files with 150 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ class AutocompleteResult {
meta = null;
hash = null;
sortKey = null;
highlightedText = null;
// Constructor
constructor(text, type) {