Open michac789 opened 1 year ago
Implement full-text search for searching based on course code or name. Currently, it simply searches using a very simple substring algorithm. Try and see if search improvements and speed can be done here.
can consider elastic search too... due to tight deadlines and low relevancy as of now, it is made optional and might be delayed to future sprints
Implement full-text search for searching based on course code or name. Currently, it simply searches using a very simple substring algorithm. Try and see if search improvements and speed can be done here.