Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search look ahead support #421

Open
travolin opened this issue Apr 3, 2023 · 0 comments
Open

Add search look ahead support #421

travolin opened this issue Apr 3, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@travolin
Copy link
Collaborator

travolin commented Apr 3, 2023

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.

@travolin travolin added the enhancement New feature or request label Apr 3, 2023
@a5huynh a5huynh added the good first issue Good for newcomers label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants