Darren Meiring

Results 2 comments of Darren Meiring

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.`](https://github.com/redis/node-redis/blob/f269319f426708138267a913a8cbdd700907c2c0/packages/search/lib/commands/SEARCH.ts). On line 13, `WITHSCORES`s' implementation is commented out. In the previously...

I've got the exact same issue: I've noticed the various PostgrestBuilder objects aren't noticing the typings, however the supabase client object is: Oddly enough, if I specify the columns manually...