1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-19 07:22:17 +03:00

Update search_commands.go

This commit is contained in:
Nedyalko Dyakov 2025-04-15 22:28:35 +03:00 committed by GitHub
parent 04430f1bf7
commit 969c81e820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,7 +297,7 @@ type FTSearchSortBy struct {
type FTSearchOptions struct { type FTSearchOptions struct {
NoContent bool NoContent bool
Verbatim bool Verbatim bool
// NoStopWords is deprecated since redis 8.0 // Deprecated: NoStopWords is deprecated since Redis 8.0
NoStopWords bool NoStopWords bool
WithScores bool WithScores bool
WithPayloads bool WithPayloads bool