You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ahoskins
changed the title
Enhanced search (by course description/keywords, typeahead search)
Improved search
Jun 26, 2015
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.
The text was updated successfully, but these errors were encountered: