We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04430f1 commit 0ea21b1Copy full SHA for 0ea21b1
search_commands.go
@@ -295,9 +295,8 @@ type FTSearchSortBy struct {
295
// More information about the options can be found
296
// in the documentation for FT.SEARCH https://redis.io/docs/latest/commands/ft.search/
297
type FTSearchOptions struct {
298
- NoContent bool
299
- Verbatim bool
300
- // NoStopWords is deprecated since redis 8.0
+ NoContent bool
+ Verbatim bool
301
NoStopWords bool
302
WithScores bool
303
WithPayloads bool
0 commit comments