You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling with the useability of the searchbar on the front page of HERACLES. I'd prefer to see a searchable combobox, whereby I could either point-and-click to choose a cohort that exists from a dropdown, or I could begin typing into the textbox and have it do a simple substring match. as it stands, it appears the autocomplete is based on some sort of logic associated with requiring to type the first characters in a work in the cohort name or something else that isn't intuitive to me.
The text was updated successfully, but these errors were encountered:
* master:
Remove localhost as default
remove empty message to prevent initial load weirdness
remove forced focus
#11, also some js linting, attempts to show all cohorts on focus of text box, less restrictive tokenizing, better highlighting of matched terms
#12 add option to run in background
# Conflicts:
# index.html
# src/js/heracles-analysis.js
# viewer.html
I'm struggling with the useability of the searchbar on the front page of HERACLES. I'd prefer to see a searchable combobox, whereby I could either point-and-click to choose a cohort that exists from a dropdown, or I could begin typing into the textbox and have it do a simple substring match. as it stands, it appears the autocomplete is based on some sort of logic associated with requiring to type the first characters in a work in the cohort name or something else that isn't intuitive to me.
The text was updated successfully, but these errors were encountered: