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
Add the ability for typed look ahead. This can be done in two forms term look ahead and phrase look ahead. In the case of term look ahead, if the term being typed is a substring of a known term in the index the GUI should provide a suggestion based on the most prevalent term that matches. In the case of phrases, the same full word matching can be used for phrases found in documents.
This feature should be able to be turned on and off via the user settings.
The text was updated successfully, but these errors were encountered:
Add the ability for typed look ahead. This can be done in two forms term look ahead and phrase look ahead. In the case of term look ahead, if the term being typed is a substring of a known term in the index the GUI should provide a suggestion based on the most prevalent term that matches. In the case of phrases, the same full word matching can be used for phrases found in documents.
This feature should be able to be turned on and off via the user settings.
The text was updated successfully, but these errors were encountered: