Ceasar / Encyclopedia

Tool for keeping a hypermedia encyclopedia
MIT License
56 stars 7 forks source link

Autocomplete results should be sorted by closeness of match #19

Open Ceasar opened 10 years ago

Ceasar commented 10 years ago

Frequently one word is the obvious one to complete, but typeahead will not suggest it. For example, given you have typed in "archi" and you have choices "architectural style", "architecture", and "Pandemonium architecture", "architecture" is an obvious choice to complete (TAB should go to architectural style).

This is annoying because if I hit tab early, it focuses the Submit, and I have to Shift+Tab to go back.