18F / projects

[WIP] A collection of our projects, past and present
Other
9 stars 3 forks source link

Add autocomplete for client names. #33

Closed toolness closed 8 years ago

toolness commented 8 years ago

This fixes #8.

screen shot 2016-06-03 at 2 40 46 pm

If the user enters text that is contained anywhere in either the agency or department name (case-insensitively), it will show up in the autocomplete. The autocompleter isn't currently smart enough to match queries that straddle the two names, though. This means that both judicial and supreme will match Judicial Branch - Supreme Court, but judical supreme will not.

toolness commented 8 years ago

Just fixed the merge conflicts, this should be good to go @brendansudol !

brendansudol commented 8 years ago

🎉