Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial word matching in search #19

Open
keynmol opened this issue Oct 17, 2021 · 0 comments
Open

Partial word matching in search #19

keynmol opened this issue Oct 17, 2021 · 0 comments
Labels
Milestone

Comments

@keynmol
Copy link
Contributor

keynmol commented Oct 17, 2021

Currently we need a full match on a word for search index to be accessed.

Alternatively, at different levels of trie we could attach a list of candidates (top 10 by frequency?) so that they point directly at word nodes - which can be used immediately to render some search results.

Alternatively, look into research papers on partial matching, may be there's something better than just "top 10 by frequency" (IDF?)

@keynmol keynmol added the search label Oct 17, 2021
@keynmol keynmol added this to the 0.1.0 milestone Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant