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

feature: autocomplete suggestions #257

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Jeevananthan-23
Copy link
Contributor

@Jeevananthan-23 Jeevananthan-23 commented Nov 7, 2022

Adds auto-suggestion #248 feature where you can get the completion suggestions by adding the suggestion string to Redis.
Auto-Suggestion commands support:

  1. FT.SUGADD - Adds a suggestion string to an auto-complete dictionary.
  2. FT.SUGGET - Get a list of suggestions for a string.
  3. FT.SUGDEL - Deletes a suggestion string from an auto-complete dictionary.
  4. FT.SUGLEN - Returns the size of an auto-completion dictionary

@Jeevananthan-23 Jeevananthan-23 marked this pull request as ready for review November 7, 2022 13:34
@Jeevananthan-23 Jeevananthan-23 marked this pull request as draft November 7, 2022 13:38
@Jeevananthan-23
Copy link
Contributor Author

Hi @slorello89, please provide suggestions for changes on the above PR.

@Jeevananthan-23 Jeevananthan-23 marked this pull request as ready for review November 10, 2022 05:05
Refactor: GetSuggestion method
Replacing: missmatch names from FTS examples
@Jeevananthan-23 Jeevananthan-23 marked this pull request as draft November 25, 2022 06:20
@zulander1
Copy link
Contributor

@Jeevananthan-23 is this branch stale ?

@Jeevananthan-23
Copy link
Contributor Author

@zulander1, We can work on it.

@zulander1
Copy link
Contributor

@zulander1, We can work on it.

Yes, What is missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants