da5e74a06a
Differentiates between single and double fields for the search, but there's a problem in the current implementation in that only one field is editable at once, so displaying two-field names in a drop-down is a little problematic. While I could display the full names, comma-delimited, and get the discrete parts (which is what Scholar.Utilities.AutoComplete.getResultComment(), included in this commit, is for--the creatorID for the row would be hidden in the autocomplete drop-down comment field), it's a bit unclear what should happen when a user selects a comma-separated name from the drop-down of one of the fields. One option would be to have a row for the last name (in case that's all they want to complete) and other rows for "last, first" matches, and selecting one of the two-part names would replace whatever's in the opposite name field with the appropriate text (and save it to the DB, I'm afraid, unless I change how the creator fields work), keeping the focus in the current textbox for easy tabbing. Not great, but it might work. Other ideas? |
||
---|---|---|
.. | ||
cite.js | ||
collectionTreeView.js | ||
data_access.js | ||
db.js | ||
file.js | ||
fulltext.js | ||
history.js | ||
ingester.js | ||
integration.js | ||
itemTreeView.js | ||
mime.js | ||
notifier.js | ||
progressWindow.js | ||
schema.js | ||
scholar.js | ||
search.js | ||
translate.js | ||
utilities.js |