Replies: 3 comments 13 replies
-
That's a bit hard to use due to Flow requires the fuzzy to provide highlight data. We need to find a workaround for that when using levenshtein. |
Beta Was this translation helpful? Give feedback.
-
Demo advantages of levenshtein to current: Try out at build of PR #616 Old behavior is left, new is right. |
Beta Was this translation helpful? Give feedback.
-
I doubt we can integrate it into our own search algo, might have to do it as a separate option, if so we also need to find out how long it takes to use this additional search so our search times are not taking longer. |
Beta Was this translation helpful? Give feedback.
-
Does the current fuzzy match use levenshtein? I skimmed the code seems doesn't.
The current algo seems not accept typo: "chrome" and "chorme"
Should we use something like this to do that?
https://github.com/JakeBayer/FuzzySharp
Beta Was this translation helpful? Give feedback.
All reactions