michac789 / ntusu-index-swapper-be

0 stars 0 forks source link

[Optional] Implement Full-Text Search #10

Open michac789 opened 1 year ago

michac789 commented 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.

michac789 commented 1 year ago

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