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 support for auto-complete suggestions #8

Closed
haroldadmin opened this issue Feb 19, 2022 · 0 comments · Fixed by #9
Closed

Add support for auto-complete suggestions #8

haroldadmin opened this issue Feb 19, 2022 · 0 comments · Fixed by #9
Assignees
Labels
enhancement New feature or request
Projects

Comments

@haroldadmin
Copy link
Owner

Add ability to fetch auto completion suggestions for a search query.

A simple autocomplete suggestions provider can be built using prefix search. For a search query, return matching words in the index that contain the query as a prefix.

@haroldadmin haroldadmin created this issue from a note in 1.0 (To do) Feb 19, 2022
@haroldadmin haroldadmin changed the title **Add support for auto-complete suggestions** Add support for auto-complete suggestions Feb 19, 2022
@haroldadmin haroldadmin added the enhancement New feature or request label Feb 19, 2022
@haroldadmin haroldadmin self-assigned this Feb 19, 2022
@haroldadmin haroldadmin moved this from To do to Done in 1.0 Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
1.0
Done
Development

Successfully merging a pull request may close this issue.

1 participant