chriswhong / nyc-civic-jobs

A simple website for browsing NYC government job listings
MIT License
8 stars 1 forks source link

Add Title/Description Search #16

Open chriswhong opened 5 years ago

chriswhong commented 5 years ago

On the index page, add an autocomplete title/description search. As the user types, the API will send their input to the API, which will return with 10 jobs that string match against the job title and description.

Clicking one of the results in the autocomplete results will take the user to the job's route. Depends on the existence of individual job routes in #4