rogadev / viu-eo-api

Proof of concept work for the VIU Career Outlooks web application. This project demonstrated a working API to retrieve career outlook data related to a search of credentials on offer by Vancouver Island University.
https://career-outlooks.viu.ca
0 stars 0 forks source link

Fix Keyword Issue #26

Closed rogadev closed 2 years ago

rogadev commented 2 years ago

Fixes major issue searching keywords. Previously, search terms were NOT being lower-cased. This meant that unless you were passing in search credentials that were already lowercased previously, you wouldn't return any results. This should correct the issue to the point where ALL "searchable programs" are now returning results.