Skip to content

Add deletion 'misspelling' feature / option #12

@joshjung

Description

@joshjung

I think it would be fairly trivial to add a feature to the Trie that allows it during lookups to "look ahead" one character to allow for matches on misspellings where a character was missed. For example:

Inserted: "hello"
Searched: "helo"

If we lookahead 1-character at the first "l", we could match on "helo" as well.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions