node-redis
node-redis copied to clipboard
FT.SEARCH WITHSCORES not implemented
#97's thread indicates that WITHSCORES is implemented as of v4. However upon inspection of the code, it's been commented out. Could I get an explanation as to why it's been removed and if its planned to be re-implemented anytime soon?
Cheers
What has been commented out? WITHSCORES in what command? can you please elaborate more?
When using the command FT.SEARCH from RedisSearch, there are various commands you can use. These are listed in packages/search/lib/commands/SEARCH.ts..
On line 13, WITHSCORESs' implementation is commented out. In the previously mentioned issue #97 it was said that it was implemented as of v4.
Sorry if I wasn't clear, its my first issue! Hope that clears it up.
+1 for needing an implementation for this.
any update on implementing WITHSCORES in FT.SEARCH and FT.AGGREGATE. any update on this will be helpful.