Skip to content

Commit 1928265

Browse files
ofekshenawandyakov
andauthored
Update search_builders.go
Co-authored-by: Nedyalko Dyakov <[email protected]>
1 parent e4c4833 commit 1928265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

search_builders.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type SearchBuilder struct {
2020
}
2121

2222
// NewSearchBuilder creates a new SearchBuilder for FT.SEARCH commands.
23+
// EXPERIMENTAL: this API is subject to change, use with caution.
2324
func (c *Client) NewSearchBuilder(ctx context.Context, index, query string) *SearchBuilder {
2425
b := &SearchBuilder{c: c, ctx: ctx, index: index, query: query, options: &FTSearchOptions{LimitOffset: -1}}
2526
return b

0 commit comments

Comments
 (0)