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
Term that appears in autocomplete gets chosen if a user hits enter thus overwriting the search they are trying to do. Follow Google process of: user begins typing in a search term, autocomplete results appear, use arrow keys to pick autocomplete, then hit enter.
Also: (TODO: autocomplete on dataset titles, typing "data" and hitting enter in autocomplete does a search for data.tsv... generally buggy...)
As of 2014-02-10 AutoCompleteBean operates on SearchFields.NAME so it autocompletes on anything indexed with SearchFields.NAME which is dataverse.getName() and dataFile.getName(). We probably want to change this. (At least autocomplete on dataset titles and maybe no longer autocomplete on filenames.)
Related issue(s): #108
Redmine related issue(s): 3517
The text was updated successfully, but these errors were encountered:
Author Name: Elizabeth Quigley (@eaquigley)
Original Redmine Issue: 3447, https://redmine.hmdc.harvard.edu/issues/3447
Original Date: 2014-01-28
Original Assignee: Kevin Condon
Term that appears in autocomplete gets chosen if a user hits enter thus overwriting the search they are trying to do. Follow Google process of: user begins typing in a search term, autocomplete results appear, use arrow keys to pick autocomplete, then hit enter.
Also: (TODO: autocomplete on dataset titles, typing "data" and hitting enter in autocomplete does a search for data.tsv... generally buggy...)
As of 2014-02-10 AutoCompleteBean operates on SearchFields.NAME so it autocompletes on anything indexed with SearchFields.NAME which is dataverse.getName() and dataFile.getName(). We probably want to change this. (At least autocomplete on dataset titles and maybe no longer autocomplete on filenames.)
Related issue(s): #108
Redmine related issue(s): 3517
The text was updated successfully, but these errors were encountered: