Skip to content

Commit 0ea21b1

Browse files
committed
Remove deprication comment for nostopwords
1 parent 04430f1 commit 0ea21b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

search_commands.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,8 @@ type FTSearchSortBy struct {
295295
// More information about the options can be found
296296
// in the documentation for FT.SEARCH https://redis.io/docs/latest/commands/ft.search/
297297
type FTSearchOptions struct {
298-
NoContent bool
299-
Verbatim bool
300-
// NoStopWords is deprecated since redis 8.0
298+
NoContent bool
299+
Verbatim bool
301300
NoStopWords bool
302301
WithScores bool
303302
WithPayloads bool

0 commit comments

Comments
 (0)