chriswhong / nyc-civic-jobs

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

Use toLowerCase() to match filter input to agencies/categoeries #5

Closed chriswhong closed 5 years ago

chriswhong commented 5 years ago

Entering 'law' into the agency filter will leave only "Law Department" showing, but 'Law' yields no results. This is because we are lower-casing the agency name, but not the user's input.

chriswhong commented 5 years ago

Fixed in 79086b214a037bd6ad4b69094a0cefab47388944