redis-om-dotnet icon indicating copy to clipboard operation
redis-om-dotnet copied to clipboard

feature: autocomplete suggestions

Open Jeevananthan-23 opened this issue 3 years ago • 4 comments

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 avatar Nov 07 '22 13:11 Jeevananthan-23

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

Jeevananthan-23 avatar Nov 07 '22 18:11 Jeevananthan-23

@Jeevananthan-23 is this branch stale ?

zulander1 avatar Jul 21 '23 01:07 zulander1

@zulander1, We can work on it.

Jeevananthan-23 avatar Jul 27 '23 07:07 Jeevananthan-23

@zulander1, We can work on it.

Yes, What is missing?

zulander1 avatar Aug 03 '23 20:08 zulander1