Jobhopper helps planners and career coaches analyze patterns of career-changers to inform policy and planning decisions. Contact jobhopper@codeforboston.org if you have issues you would like to report.
MIT License
11
stars
26
forks
source link
ISS-328: Tiered smart-search backend - adds fuzzy matching on top of O*NET results #342
Docker needs to be rebuilt with the --build option (from the stack directory) due to additional requirements, i.e. ./start-dev --build
Changes
Adds fuzzy matching of search term to SOC titles in the transitions dataset, on top of O*NET results, so that outdated SOC codes with a near-exact match to the search term will still appear
Closes https://github.com/codeforboston/jobhopper/issues/328
Docker build notes
--build
option (from thestack
directory) due to additional requirements, i.e../start-dev --build
Changes
Tests