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

Filters Backend #136

Closed lizzij closed 4 years ago

lizzij commented 4 years ago

This is the backend setup for the following filters:

Main update is convertting a json of filters , for e.g.{ 'NUpath': ['NU Core/NUpath Adv Writ Dscpl', 'NUpath Interpreting Culture'], 'college': ['UG Col Socl Sci & Humanities', 'GS Col of Arts', 'Computer&Info Sci'], 'subject': ['ENGW', 'ARTG', 'CS'], 'online': true, 'classType': 'Lecture', } into a elasticsearch query.

Need feedback on the following issues: