biigle / label-trees

:m: BIIGLE module to create, edit and manage label trees
0 stars 0 forks source link

Improved typeahead suggestions #17

Closed mzur closed 7 years ago

mzur commented 7 years ago

Improve the ordering of the labels suggested by the label trees typeahead. If a user types "OTU3" the exact match of the "OTU3" label should be displayed first. Generally the labels should be sorted alphanumerically.

Currently the typeahead displays all labels containing the typed string in quasi random order (by ID?).