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:
parent
04430f1bf7
commit
969c81e820
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user