-
Notifications
You must be signed in to change notification settings - Fork 16
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
Search courses by short/long title, description #2341
Labels
Comments
Should we add "search by course description" to this as well? |
Sure |
drewvolz
changed the title
Search courses by both titles
Search courses by short/long title, description
Feb 15, 2018
Professor name causes me a problem. Searching for “Olaf Hall-Holt” does not return anything because it matches on “Olaf A. Hall-Holt” |
Pull up a node repl and see if https://github.com/bevacqua/fuzzysearch handles that match |
Ran const fuzzysearch = require("fuzzysearch")
fuzzysearch('Olaf Hall-Holt', 'Olaf A. Hall-Holt') Returns true |
Fuzzy is probably better, IMHO. People are more likely to make mistakes or be lazy on mobile. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we’re only searching by short title right now. Use:
Algorithms and Data Structures reveals that “Algorithms/Data Struc” is searchable but the long title containing “Structures” is not
The text was updated successfully, but these errors were encountered: