recalapp / recal

First a COS 333 project, now a very popular tool at Princeton for course selection
http://recal.io
MIT License
12 stars 3 forks source link

Fix class search issues #318

Open maximz opened 7 years ago

maximz commented 7 years ago

Perhaps refactor search to work faster, per @bnprks's suggestion: compile one string for each class and just search through this one list of strings, not all object properties. That’s why search is so fast on http://bparks.mycpanel.princeton.edu/search/

@bnprks, want to take this on?