Hacker News new | ask | show | jobs
by t1o5 2998 days ago
Will this handle duplicate Employer field entry ?
1 comments

That field is case sensitive for now. I'd like to get more data first, but I can edit the entries easily if they are similar.

I'd like to provide a autocomplete dropdown for Employer and Title in the future, but I didn't want to have a limited set in the short term.

you probably would want to build the employer list by yourself instead of waiting, that would be much faster to build and cleaner, otherwise you are gonna get a lot of junk and dupes.
Thanks for your suggestion. I totally agree and I'm going to add that soon.
Job Title as well, cause that's a finite list.