griffithlab / civic-client

Web client for CIViC: Clinical Interpretations of Variants in Cancer
MIT License
50 stars 28 forks source link

variant field typeahead suggestions now displayed in alphabetical order #1461

Closed jmcmichael closed 4 years ago

jmcmichael commented 4 years ago

Closes #1450

We may want to tweak the sorting algorithm on the server, as it groups uppercase and lowercase results together, displaying uppercase before lower. Perhaps the sort should be case insensitive in order to interleave upper/lowercase results?

Screen Shot 2020-08-12 at 11 10 06