Module scout::fuzzy

source ·
Expand description

Fuzzy matching magic

The algorithm is a custom port of the fuzzaldrin-plus algorithm. This is a package used in Atom editor.

NOTE: The only part missing (I think) from the original algorithm is the path score bonus

References

Structs

  • A string that fuzzy-matches a query.
  • Search query representation.

Functions

  • Search for candidates that fuzzy-match a query