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

Improve search algorithm #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Improve search algorithm #16

wants to merge 1 commit into from

Conversation

joeljk13
Copy link
Member

@joeljk13 joeljk13 commented May 2, 2015

Basically I wanted to be able to search things like csc programming to get courses in department csc with programming in their title (currently skedge returns no results found). I've also made the search syntax more flexible (e.g. you can do things like "instructor = brown") and consistent (before, "instructor: brown" worked but "term: fall" didn't; now they both work). I've assumed that crn's are 5 digits, and nothing else is, so just "12345" will search for a course with crn 12345.

However, this might break something with some of my assumptions. One I'm most worried about is that all 2 or 3 character words with only letters are treated like they're a department, which would break some title searches.

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

Successfully merging this pull request may close these issues.

1 participant