ryanhugh / searchneu

Search over Classes, Professors and Employees at NEU!
https://searchneu.com
GNU Affero General Public License v3.0
74 stars 18 forks source link

Trashy temporary fix to the problem with MATH 7203 #19

Closed mattrberry closed 6 years ago

mattrberry commented 6 years ago

When looking up "Numerical Reasoning", there would be no results for "numeri" or "numerica". This is a trashy fix to that issue.

ryanhugh commented 6 years ago

Looks good to me, but can we only add numeri and numerica to the slangMap if the termId === '201830'? Other terms might have some other class with Numerical in the title. Fall 2017 has a class called MATH 3530: Numerical Analysis (which actually has the same bug LOL)

ryanhugh commented 6 years ago

Updated the slang map to include:

  numerica: 'numerical',
  numeri: 'numerical',

This will make numerica and numeri have the same results as numerical.

Commit: https://github.com/ryanhugh/searchneu/commit/7146b2597287e368accae77585940efa56a6f120