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

Improved search #33

Open
ahoskins opened this issue Apr 23, 2015 · 1 comment
Open

Improved search #33

ahoskins opened this issue Apr 23, 2015 · 1 comment

Comments

@ahoskins
Copy link
Owner

Some experimentation has been done with the fuzzy search. Fuse.js is still being used as a library. As of now, search is pretty good, but its not uncommon to have strange results for slightly misspelled queries. It is a difficult problem because of the multiple keys in each course object we are searching over.

The idea has popped up of using a key-value store search. Map the search query to which courses are added (and maybe even clicked on). This would compliment the existing search ranking algorithm, and over time, build a very rich collection of top results corresponding to a search query.

@ahoskins ahoskins changed the title Enhanced search (by course description/keywords, typeahead search) Improved search Jun 26, 2015
@ahoskins
Copy link
Owner Author

related #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant